Interface UserChatBoosts

This object represents a list of boosts added to a chat by a user.

interface UserChatBoosts {
    boosts: ChatBoost[];
}

Properties

Properties

boosts: ChatBoost[]

The list of boosts added to the chat by the user