messaging-api-line 0.0.1

This document describes LINE Messaging API.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# ShowLoadingAnimationRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**chat_id** | **String** | User ID of the target user for whom the loading animation is to be displayed. | 
**loading_seconds** | Option<**i32**> | The number of seconds to display the loading indicator. It must be a multiple of 5. The maximum value is 60 seconds.  | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)