Skip to content

GramIO API Reference / gramio/dist / EditMessageChecklistParams

Interface: EditMessageChecklistParams

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

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:3579
chat_idnumberUnique identifier for the target chat@gramio/types/out/params.d.ts:3583
checklistTelegramInputChecklistA JSON-serialized object for the new checklist@gramio/types/out/params.d.ts:3591
message_idnumberUnique 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