MessageEvent constructor
MessageEvent({})
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,
});