ThreadInfoUpdateEvent class
Objects representing a thread info event.
- Annotations
-
- @JsonSerializable(createToJson: false)
Constructors
- ThreadInfoUpdateEvent({required ThreadInfo threadInfo, required int targetMessageId, required ChannelType channelType, required String channelUrl})
-
ThreadInfoUpdateEvent.fromJson(Map<
String, dynamic> json) -
factory
Properties
- channelType → ChannelType
-
The type of the channel where threaded messages belong.
final
- channelUrl → String
-
The unique URL of the channel where threaded messages belong.
final
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- targetMessageId → int
-
The unique ID of the message that has threaded replies and holds thread information.
final
- threadInfo → ThreadInfo
-
The ThreadInfo that has information about threaded messages.
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