RecentChatsTopEventsArguments constructor

RecentChatsTopEventsArguments({
  1. required int count,
  2. bool? noFavorite,
  3. bool? withOngoingCalls,
})

Implementation

RecentChatsTopEventsArguments({
  required this.count,
  this.noFavorite,
  this.withOngoingCalls,
});