UpdateMessageUnreadReactions class
The list of unread reactions added to a message was changed.
- Inheritance
- Available Extensions
Constructors
-
UpdateMessageUnreadReactions({required int chat_id, required int message_id, required List<
UnreadReaction> unread_reactions, required int unread_reaction_count, int? extra, int? clientId}) - The list of unread reactions added to a message was changed
Properties
- chat_id ↔ int
-
Chat identifier.
read / write
- clientId ↔ int?
-
TDLib client instance identifier, for which the response was received.
read / writeoverride
- extra ↔ int?
-
Request identifier. Must be non-zero.
read / writeoverride
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- message_id ↔ int
-
Message identifier.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- unread_reaction_count ↔ int
-
The new number of messages with unread reactions left in the chat.
read / write
-
unread_reactions
↔ List<
UnreadReaction> -
The new list of unread reactions.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
Object to Map serializer
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromMap(
Map< String, dynamic> ? _map) → UpdateMessageUnreadReactions? -
Construct from Map.
override
Constants
- CONSTRUCTOR → const String
-
@type
"updateMessageUnreadReactions"