ultra-telegram-framework
    Preparing search index...

    Interface UnpinChatMessageParams

    interface UnpinChatMessageParams {
        business_connection_id?: string;
        chat_id: string | number;
        message_id?: number;
    }
    Index

    Properties

    business_connection_id?: string

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

    chat_id: string | number

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

    message_id?: number

    Identifier of the message to unpin. Required if business_connection_id is specified. If not specified, the most recent pinned message (by sending date) will be unpinned.