ChatSendOptions constructor
ChatSendOptions({})
Implementation
ChatSendOptions(
{this.message,
this.messageContent,
this.messageType,
required this.recipient,
this.account,
this.pgpPrivateKey}) {
assert(MessageType.isValidMessageType(
message?.type ?? messageType ?? MessageType.TEXT));
}