FileMessage constructor
FileMessage({
- required String toJid,
- String? replyMessageId,
- MessageType? messageType,
- LocationMessageParams? locationMessage,
- ContactMessageParams? contactMessage,
- FileMessageParams? fileMessage,
- String topicId = "",
Initializes a new instance of the FileMessage class.
Implementation
FileMessage(
{required this.toJid,
this.replyMessageId,
this.messageType,
// this.mentionedUsersIds,
// this.metaData = const [],
this.locationMessage,
this.contactMessage,
this.fileMessage,
this.topicId = ""});