MessageReactionCountUpdated class

Represents reaction changes on a message with anonymous reactions.

Implemented types

Constructors

MessageReactionCountUpdated({required Chat chat, required int messageId, required int date, required List<ReactionCount> reactions})
Creates a new instance of MessageReactionCountUpdated.
const
MessageReactionCountUpdated.fromJson(Map<String, dynamic> json)
Creates a MessageReactionCountUpdated object from JSON object.
factory

Properties

chat Chat
The chat containing the message.
final
date int
Date of the change in Unix time.
final
hashCode int
The hash code for this object.
no setterinherited
messageId int
Unique message identifier inside the chat.
final
reactions List<ReactionCount>
List of reactions that are present on the message.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Converts a MessageReactionCountUpdated object to JSON object.
toString() String
A string representation of this object.
inherited

Operators

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