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
13
14
15
16
17
# TextMessageContent


## Properties


Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**r#type** | **String** | Type | 
**id** | **String** | Message ID | 
**text** | **String** | Message text. | 
**emojis** | Option<[**Vec<models::Emoji>**]Emoji.md> | Array of one or more LINE emoji objects. Only included in the message event when the text property contains a LINE emoji. | [optional]
**mention** | Option<[**models::Mention**]Mention.md> |  | [optional]
**quote_token** | **String** | Quote token to quote this message.  | 
**quoted_message_id** | Option<**String**> | Message ID of a quoted message. Only included when the received message quotes a past message. | [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)