Skip to content

GramIO API Reference / gramio/dist / SendChecklistParams

Interface: SendChecklistParams

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

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