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