BaseMessageUpdateParams constructor

BaseMessageUpdateParams(
  1. {String? data,
  2. String? customType,
  3. MentionType? mentionType,
  4. List<String>? mentionedUserIds}
)

Implementation

BaseMessageUpdateParams({
  this.data,
  this.customType,
  this.mentionType,
  this.mentionedUserIds,
});