QChatUpdateMessageParam(- {required int channelId,
- required QChatUpdateParam updateParam,
- required int serverId,
- required int time,
- required int msgIdServer,
- Map<String, dynamic>? extension,
- int? serverStatus,
- QChatMessageAntiSpamOption? antiSpamOption,
- int? subType,
- String? body}
)
Implementation
QChatUpdateMessageParam(
{required this.channelId,
required this.updateParam,
required this.serverId,
required this.time,
required this.msgIdServer,
this.extension,
this.serverStatus,
this.antiSpamOption,
this.subType,
this.body});