Interface MessageChatShared

The current user shared a chat, which was requested by the bot. Subtype of MessageContent.

interface MessageChatShared {
    @type: "messageChatShared";
    button_id: number;
    chat: SharedChat;
}

Properties

Properties

@type: "messageChatShared"
button_id: number

Identifier of the keyboard button with the request.

The shared chat.