MessageInteractionInfo class

Contains information about interactions with a message.

Inheritance
Available Extensions

Constructors

MessageInteractionInfo({required int view_count, required int forward_count, MessageReplyInfo? reply_info, required List<MessageReaction> reactions, int? extra, int? clientId})
Contains information about interactions with a message

Properties

clientId int?
TDLib client instance identifier, for which the response was received.
read / writeoverride
extra int?
Request identifier. Must be non-zero.
read / writeoverride
forward_count int
Number of times the message was forwarded.
read / write
hashCode int
The hash code for this object.
read-onlyinherited
reactions List<MessageReaction>
The list of reactions added to the message.
read / write
reply_info MessageReplyInfo?
Information about direct or indirect replies to the message; may be null. Currently, available only in channels with a discussion supergroup and discussion supergroups for messages, which are not replies itself.
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
view_count int
Number of times the message was viewed.
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) MessageInteractionInfo?
Construct from Map.
override

Constants

CONSTRUCTOR → const String
@type
"messageInteractionInfo"