QChatRevokeMessageParam constructor

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

Implementation

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