Record
post-send-animation-params
No description available.
record post-send-animation-params {
allow-sending-without-reply: option<bool>,
animation: string,
caption: option<string>,
caption-entities: option<list<message-entity>>,
chat-id: string,
disable-notification: option<bool>,
duration: option<s32>,
height: option<s32>,
parse-mode: option<string>,
reply-markup: option<string>,
reply-to-message-id: option<s32>,
thumb: option<string>,
width: option<s32>,
}Fields
| Name | Type | Description |
|---|---|---|
| allow-sending-without-reply | option<bool> | |
| animation | string | |
| caption | option<string> | |
| caption-entities | option<list<message-entity>> | |
| chat-id | string | |
| disable-notification | option<bool> | |
| duration | option<s32> | |
| height | option<s32> | |
| parse-mode | option<string> | |
| reply-markup | option<string> | |
| reply-to-message-id | option<s32> | |
| thumb | option<string> | |
| width | option<s32> |