ChatSendOptions class

Constructors

ChatSendOptions({SendMessage? message, String? messageContent, String? messageType, required String recipient, String? account, String? pgpPrivateKey})

Properties

account String?
Message Sender's Account ( DID ) In case account is not provided, it will be derived from signer
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
message SendMessage?
getter/setter pair
messageContent String?
@deprecated - Use message.content instead
getter/setter pair
messageType String?
@deprecated - Use message.type instead
getter/setter pair
pgpPrivateKey String?
Message Sender's decrypted pgp private key Used for signing message
getter/setter pair
recipient String
Message Receiver's Account ( DID )
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signer Signer?
Message Sender's Signer Used for deriving account if not provided Used for decrypting pgpPrivateKey if not provided
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited