QChatDeleteMessageParam constructor Null safety

QChatDeleteMessageParam(
  1. {required int channelId,
  2. required int serverId,
  3. required int msgIdServer,
  4. required int time,
  5. required QChatUpdateParam updateParam}
)

Implementation

QChatDeleteMessageParam(
    {required this.channelId,
    required this.serverId,
    required this.msgIdServer,
    required this.time,
    required this.updateParam});