FoundChatBoosts constructor

FoundChatBoosts({
  1. required int totalCount,
  2. required List<ChatBoost> boosts,
  3. required String nextOffset,
})

Implementation

FoundChatBoosts({
  required this.totalCount,
  required this.boosts,
  required this.nextOffset,
});