boosts property

  1. @JsonKey(name: 'boosts')
List<ChatBoost> get boosts
inherited

The list of boosts added to the chat by the user

Implementation

@JsonKey(name: 'boosts')
List<ChatBoost> get boosts;