/** * LINE Messaging API * This document describes LINE Messaging API. * * The version of the OpenAPI document: 0.0.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ export type ShowLoadingAnimationRequest = { /** * User ID of the target user for whom the loading animation is to be displayed. * * @see chatId Documentation */ chatId: string; /** * The number of seconds to display the loading indicator. It must be a multiple of 5. The maximum value is 60 seconds. * * @see loadingSeconds Documentation */ loadingSeconds?: number; }; //# sourceMappingURL=showLoadingAnimationRequest.d.ts.map