MessageEvent(- {required int messageId,
- required ChannelType channelType,
- required String channelUrl,
- bool forceUpdateLastMessage = false,
- bool silent = false,
- Sender? sender,
- String? requestId,
- MentionType? mentionType,
- List<User>? mentionedUsers,
- List<Thumbnail>? thumbnails,
- Map<String, dynamic>? oldValues}
)
Implementation
MessageEvent({
required this.messageId,
required this.channelType,
required this.channelUrl,
this.forceUpdateLastMessage = false,
this.silent = false,
this.sender,
this.requestId,
this.mentionType,
this.mentionedUsers,
this.thumbnails,
this.oldValues,
});