webhook-line 1.0.1

Webhook event definition of the LINE Messaging API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# CallbackRequest


## Properties


Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**destination** | **String** | User ID of a bot that should receive webhook events. The user ID value is a string that matches the regular expression, `U[0-9a-f]{32}`.  | 
**events** | [**Vec<models::Event>**]Event.md | Array of webhook event objects. The LINE Platform may send an empty array that doesn't include a webhook event object to confirm communication.  | 

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