QChatGetChannelCategoriesByPageParam constructor Null safety

QChatGetChannelCategoriesByPageParam(
  1. {required int serverId,
  2. required int timeTag,
  3. int? limit}
)

Implementation

QChatGetChannelCategoriesByPageParam(
    {required this.serverId, required this.timeTag, this.limit});