ChannelUpdateEvent class

Constructors

ChannelUpdateEvent({required Channel channel, ChannelUpdateChanges? changes, required Map<String, dynamic> update, ChannelUpdateOldValues? oldValues})

Properties

changes ChannelUpdateChanges?
Array of changed attributes. Null if channel was not already cached.
getter/setter pair
channel Channel
The new channel object.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
oldValues ChannelUpdateOldValues?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
update Map<String, dynamic>
The update event, as returned by the API. Probably has a description, name and/or icon property.
getter/setter pair

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