Record
post-send-video-note-params
No description available.
record post-send-video-note-params {
allow-sending-without-reply: option<bool>,
chat-id: string,
disable-notification: option<bool>,
duration: option<s32>,
length: option<s32>,
reply-markup: option<string>,
reply-to-message-id: option<s32>,
thumb: option<string>,
video-note: string,
}Fields
| Name | Type | Description |
|---|---|---|
| allow-sending-without-reply | option<bool> | |
| chat-id | string | |
| disable-notification | option<bool> | |
| duration | option<s32> | |
| length | option<s32> | |
| reply-markup | option<string> | |
| reply-to-message-id | option<s32> | |
| thumb | option<string> | |
| video-note | string |