FileMessageUpdateParams constructor
FileMessageUpdateParams({
- String? data,
- String? customType,
- MentionType? mentionType,
- List<
String> ? mentionedUserIds,
Implementation
FileMessageUpdateParams({
String? data,
String? customType,
MentionType? mentionType,
List<String>? mentionedUserIds,
}) : super(
data: data,
customType: customType,
mentionType: mentionType,
mentionedUserIds: mentionedUserIds,
);