GramIO API Reference / gramio/dist / SendChecklistParams
Interface: SendChecklistParams
Defined in: @gramio/types/out/params.d.ts:1466
Params object for sendChecklist method
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
business_connection_id | string | Unique identifier of the business connection on behalf of which the message will be sent | @gramio/types/out/params.d.ts:1470 |
chat_id | number | Unique identifier for the target chat | @gramio/types/out/params.d.ts:1474 |
checklist | TelegramInputChecklist | A JSON-serialized object for the checklist to send | @gramio/types/out/params.d.ts:1478 |
disable_notification? | boolean | Sends the message silently. Users will receive a notification with no sound. | @gramio/types/out/params.d.ts:1482 |
message_effect_id? | string | Unique identifier of the message effect to be added to the message | @gramio/types/out/params.d.ts:1490 |
protect_content? | boolean | Protects the contents of the sent message from forwarding and saving | @gramio/types/out/params.d.ts:1486 |
reply_markup? | TelegramInlineKeyboardMarkup | { toJSON: TelegramInlineKeyboardMarkup; } | A JSON-serialized object for an inline keyboard | @gramio/types/out/params.d.ts:1498 |
reply_parameters? | TelegramReplyParameters | A JSON-serialized object for description of the message to reply to | @gramio/types/out/params.d.ts:1494 |