telegramx.js

SendChecklistParams

interface

Declaration

interface SendChecklistParams 

Properties

business_connection_id: string;

Unique identifier of the business connection on behalf of which the message will be sent

chat_idproperty#
chat_id: number | string;

Unique identifier for the target chat or username of the target bot in the format

checklistproperty#
checklist: InputChecklist;

A JSON-serialized object for the checklist to send

disable_notification?: boolean;

Sends the message silently. Users will receive a notification with no sound.

message_effect_id?: string;

Unique identifier of the message effect to be added to the message

protect_content?: boolean;

Protects the contents of the sent message from forwarding and saving

reply_markup?: InlineKeyboardMarkup;

A JSON-serialized object for an inline keyboard

reply_parameters?: ReplyParameters;

A JSON-serialized object for description of the message to reply to