BaseMessageUpdateParams constructor
- {String? data,
- String? customType,
- MentionType? mentionType,
- List<
String> ? mentionedUserIds}
Implementation
BaseMessageUpdateParams({
this.data,
this.customType,
this.mentionType,
this.mentionedUserIds,
});