MessageReplyInfo class

Contains information about replies to a message.

Inheritance
Available Extensions

Constructors

MessageReplyInfo({required int reply_count, required List<MessageSender> recent_replier_ids, required int last_read_inbox_message_id, required int last_read_outbox_message_id, required int last_message_id, int? extra, int? clientId})
Contains information about replies to 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
hashCode int
The hash code for this object.
read-onlyinherited
last_message_id int
Identifier of the last reply to the message.
read / write
last_read_inbox_message_id int
Identifier of the last read incoming reply to the message.
read / write
last_read_outbox_message_id int
Identifier of the last read outgoing reply to the message.
read / write
recent_replier_ids List<MessageSender>
Identifiers of at most 3 recent repliers to the message; available in channels with a discussion supergroup. The users and chats are expected to be inaccessible: only their photo and name will be available.
read / write
reply_count int
Number of times the message was directly or indirectly replied.
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

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) MessageReplyInfo?
Construct from Map.
override

Constants

CONSTRUCTOR → const String
@type
"messageReplyInfo"