Skip to content

GramIO API Reference / gramio/dist / SendChecklistParams

Interface: SendChecklistParams

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

Params object for sendChecklist 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:1498
chat_idnumberUnique identifier for the target chat@gramio/types/out/params.d.ts:1502
checklistTelegramInputChecklistA JSON-serialized object for the checklist to send@gramio/types/out/params.d.ts:1506
disable_notification?booleanSends the message silently. Users will receive a notification with no sound.@gramio/types/out/params.d.ts:1510
message_effect_id?stringUnique identifier of the message effect to be added to the message@gramio/types/out/params.d.ts:1518
protect_content?booleanProtects the contents of the sent message from forwarding and saving@gramio/types/out/params.d.ts:1514
reply_markup?TelegramInlineKeyboardMarkup | { toJSON: TelegramInlineKeyboardMarkup; }A JSON-serialized object for an inline keyboard@gramio/types/out/params.d.ts:1526
reply_parameters?TelegramReplyParametersA JSON-serialized object for description of the message to reply to@gramio/types/out/params.d.ts:1522