QChatDeleteMessageParam constructor Null safety
- {required int channelId,
- required int serverId,
- required int msgIdServer,
- required int time,
- required QChatUpdateParam updateParam}
Implementation
QChatDeleteMessageParam(
{required this.channelId,
required this.serverId,
required this.msgIdServer,
required this.time,
required this.updateParam});