StatsPublicForwards constructor

const StatsPublicForwards({
  1. required int count,
  2. required List<PublicForwardBase> forwards,
  3. String? nextOffset,
  4. required List<ChatBase> chats,
  5. required List<UserBase> users,
})

Stats Public Forwards constructor.

Implementation

const StatsPublicForwards({
  required this.count,
  required this.forwards,
  this.nextOffset,
  required this.chats,
  required this.users,
}) : super._();