NIMModifyMessageParams constructor

NIMModifyMessageParams({
  1. NIMMessageAttachment? attachment,
  2. String? serverExtension,
  3. NIMMessagePushConfig? pushConfig,
  4. String? text,
  5. NIMMessageAntispamConfig? antispamConfig,
  6. bool clientAntispamEnabled = false,
  7. String? clientAntispamReplace,
  8. NIMMessageRouteConfig? routeConfig,
  9. int? subType,
})

Implementation

NIMModifyMessageParams(
    {this.attachment,
    this.serverExtension,
    this.pushConfig,
    this.text,
    this.antispamConfig,
    this.clientAntispamEnabled = false,
    this.clientAntispamReplace,
    this.routeConfig,
    this.subType});