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