Interface ChatBoostUpdated

This object represents a boost added to a chat or changed.

interface ChatBoostUpdated {
    boost: ChatBoost;
    chat: Chat;
}

Properties

Properties

boost: ChatBoost

Information about the chat boost

chat: Chat

Chat which was boosted