Skip to content

GramIO API Reference / gramio/dist / EditMessageChecklistParams

Interface: EditMessageChecklistParams

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

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:3836
chat_idstring | numberUnique identifier for the target chat or username of the target bot in the format @username@gramio/types/out/params.d.ts:3840
checklistTelegramInputChecklistA JSON-serialized object for the new checklist@gramio/types/out/params.d.ts:3848
message_idnumberUnique identifier for the target message@gramio/types/out/params.d.ts:3844
reply_markup?TelegramInlineKeyboardMarkup | { toJSON: TelegramInlineKeyboardMarkup; }A JSON-serialized object for the new inline keyboard for the message@gramio/types/out/params.d.ts:3852