GramIO API Reference / gramio/dist / EditMessageChecklistParams
Interface: EditMessageChecklistParams
Defined in: @gramio/types/out/params.d.ts:3469
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:3473 |
chat_id | number | Unique identifier for the target chat | @gramio/types/out/params.d.ts:3477 |
checklist | TelegramInputChecklist | A JSON-serialized object for the new checklist | @gramio/types/out/params.d.ts:3485 |
message_id | number | Unique identifier for the target message | @gramio/types/out/params.d.ts:3481 |
reply_markup? | TelegramInlineKeyboardMarkup | { toJSON: TelegramInlineKeyboardMarkup; } | A JSON-serialized object for the new inline keyboard for the message | @gramio/types/out/params.d.ts:3489 |