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