ultra-telegram-framework
    Preparing search index...

    Interface EditMessageChecklistParams

    interface EditMessageChecklistParams {
        business_connection_id: string;
        chat_id: string | number;
        checklist: InputChecklist;
        message_id: number;
        reply_markup?: InlineKeyboardMarkup;
    }
    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 new checklist

    message_id: number

    Unique identifier for the target message

    reply_markup?: InlineKeyboardMarkup

    A JSON-serialized object for the new inline keyboard for the message