GramIO API Reference / gramio/dist / EditMessageChecklistParams
Interface: EditMessageChecklistParams
Defined in: @gramio/types/out/params.d.ts:3575
Params object for editMessageChecklist 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:3579 |
chat_id | number | Unique identifier for the target chat | @gramio/types/out/params.d.ts:3583 |
checklist | TelegramInputChecklist | A JSON-serialized object for the new checklist | @gramio/types/out/params.d.ts:3591 |
message_id | number | Unique identifier for the target message | @gramio/types/out/params.d.ts:3587 |
reply_markup? | TelegramInlineKeyboardMarkup | { toJSON: TelegramInlineKeyboardMarkup; } | A JSON-serialized object for the new inline keyboard for the message | @gramio/types/out/params.d.ts:3595 |