Skip to content

GramIO API Reference / gramio/dist / EditMessageChecklistParams

Interface: EditMessageChecklistParams

Defined in: @gramio/types/out/params.d.ts:3469

Params object for editMessageChecklist method

Properties

PropertyTypeDescriptionDefined in
business_connection_idstringUnique identifier of the business connection on behalf of which the message will be sent@gramio/types/out/params.d.ts:3473
chat_idnumberUnique identifier for the target chat@gramio/types/out/params.d.ts:3477
checklistTelegramInputChecklistA JSON-serialized object for the new checklist@gramio/types/out/params.d.ts:3485
message_idnumberUnique 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