UserChatBoosts

data class UserChatBoosts(val boosts: List<ChatBoost> = emptyList())(source)

UserChatBoosts

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

(auto-generated)

Author

ForteScarlet

Constructors

Link copied to clipboard
constructor(boosts: List<ChatBoost> = emptyList())

Properties

Link copied to clipboard

The list of boosts added to the chat by the user