NIMModifyMessageParams constructor
- NIMMessageAttachment? attachment,
- String? serverExtension,
- NIMMessagePushConfig? pushConfig,
- String? text,
- NIMMessageAntispamConfig? antispamConfig,
- bool clientAntispamEnabled = false,
- String? clientAntispamReplace,
- NIMMessageRouteConfig? routeConfig,
- int? subType,
Implementation
NIMModifyMessageParams(
{this.attachment,
this.serverExtension,
this.pushConfig,
this.text,
this.antispamConfig,
this.clientAntispamEnabled = false,
this.clientAntispamReplace,
this.routeConfig,
this.subType});