Interface MessageChatBoost

The chat was boosted by the sender of the message. Subtype of MessageContent.

interface MessageChatBoost {
    @type: "messageChatBoost";
    boost_count: number;
}

Properties

Properties

@type: "messageChatBoost"
boost_count: number

Number of times the chat was boosted.