UserMessageUpdateParams constructor
Implementation
UserMessageUpdateParams({
this.message,
this.extendedMessage,
String? data,
String? customType,
MentionType? mentionType,
List<String>? mentionedUserIds,
}) : super(
data: data,
customType: customType,
mentionType: mentionType,
mentionedUserIds: mentionedUserIds,
);