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