ultra-telegram-framework
    Preparing search index...

    Interface SendChecklistParams

    interface SendChecklistParams {
        business_connection_id: string;
        chat_id: string | number;
        checklist: InputChecklist;
        disable_notification?: boolean;
        message_effect_id?: string;
        protect_content?: boolean;
        reply_markup?: InlineKeyboardMarkup;
        reply_parameters?: ReplyParameters;
    }
    Index

    Properties

    business_connection_id: string

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

    chat_id: string | number

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

    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