UserChatBoosts

@Serializable
data class UserChatBoosts(val boosts: List<ChatBoost>)

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

Api reference

Constructors

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

Properties

Link copied to clipboard

The list of boosts added to the chat by the user