Class UserChatBoosts

Constructors

Properties

Methods

Constructors

Properties

boosts: Collection<string, ChatBoost>

The list of boosts added to the chat by the user

count: number

The boost count added to the chat by the user

Methods

  • Makes the class iterable, returning each ChatBoost object.

    Returns IterableIterator<ChatBoost>