GramIO API Reference / gramio/dist / SendChecklistParams
Interface: SendChecklistParams
Defined in: @gramio/types/out/params.d.ts:1645
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:1649 |
chat_id | string | number | Unique identifier for the target chat or username of the target bot in the format @username | @gramio/types/out/params.d.ts:1653 |
checklist | TelegramInputChecklist | A JSON-serialized object for the checklist to send | @gramio/types/out/params.d.ts:1657 |
disable_notification? | boolean | Sends the message silently. Users will receive a notification with no sound. | @gramio/types/out/params.d.ts:1661 |
message_effect_id? | string | Unique identifier of the message effect to be added to the message | @gramio/types/out/params.d.ts:1669 |
protect_content? | boolean | Protects the contents of the sent message from forwarding and saving | @gramio/types/out/params.d.ts:1665 |
reply_markup? | TelegramInlineKeyboardMarkup | { toJSON: TelegramInlineKeyboardMarkup; } | A JSON-serialized object for an inline keyboard | @gramio/types/out/params.d.ts:1677 |
reply_parameters? | TelegramReplyParameters | A JSON-serialized object for description of the message to reply to | @gramio/types/out/params.d.ts:1673 |