MessageEvent class

Constructors

MessageEvent({required String event, required String origin, required String timestamp, required String chatId, required String from, required List<String> to, required MessageContent message, required MessageMeta meta, required String reference, MessageRawData? raw})

Properties

chatId String
final
event String
final
from String
final
hashCode int
The hash code for this object.
no setterinherited
message MessageContent
final
meta MessageMeta
final
origin String
final
raw MessageRawData?
final
reference String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timestamp String
final
to List<String>
final

Methods

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

Operators

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