QChatGetChannelMembersByPageParam constructor Null safety

QChatGetChannelMembersByPageParam(
  1. {required int serverId,
  2. required int channelId,
  3. required int timeTag,
  4. int? limit}
)

Implementation

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