ultra-telegram-framework
    Preparing search index...

    Interface PinChatMessageParams

    interface PinChatMessageParams {
        business_connection_id?: string;
        chat_id: string | number;
        disable_notification?: boolean;
        message_id: number;
    }
    Index

    Properties

    business_connection_id?: string

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

    chat_id: string | number

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

    disable_notification?: boolean

    Pass True if it is not necessary to send a notification to all chat members about the new pinned message. Notifications are always disabled in channels and private chats.

    message_id: number

    Identifier of a message to pin