UserChatBoosts constructor
Constructs a UserChatBoosts
object.
Implementation
const factory UserChatBoosts({
/// The list of boosts added to the chat by the user
@JsonKey(name: 'boosts') required List<ChatBoost> boosts,
}) = _UserChatBoosts;
Constructs a UserChatBoosts
object.
const factory UserChatBoosts({
/// The list of boosts added to the chat by the user
@JsonKey(name: 'boosts') required List<ChatBoost> boosts,
}) = _UserChatBoosts;