QChatGetMessageHistoryParam constructor
QChatGetMessageHistoryParam({})
Implementation
QChatGetMessageHistoryParam(
{required this.serverId,
required this.channelId,
this.limit,
this.excludeMessageId,
this.fromTime,
this.reverse = false,
this.toTime});