ReceiveMessageOptions class

Represents options for receiving and processing a message.

Constructors

ReceiveMessageOptions({required Message message, required List<Message> messages, required List<Participant> participantsAll, required String member, required EventType eventType, required String islevel, required String coHost, required void updateMessages(List<Message>), required void updateShowMessagesBadge(bool)})

Properties

coHost String
final
eventType EventType
final
hashCode int
The hash code for this object.
no setterinherited
islevel String
final
member String
final
message Message
final
messages List<Message>
final
participantsAll List<Participant>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updateMessages → void Function(List<Message>)
final
updateShowMessagesBadge → void Function(bool)
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