MessageForwardInfo class

Contains information about a forwarded message.

Inheritance
Available Extensions

Constructors

MessageForwardInfo({required MessageForwardOrigin origin, required int date, required String public_service_announcement_type, required int from_chat_id, required int from_message_id, int? extra, int? clientId})
Contains information about a forwarded message

Properties

clientId int?
TDLib client instance identifier, for which the response was received.
read / writeoverride
date int
Point in time (Unix timestamp) when the message was originally sent.
read / write
extra int?
Request identifier. Must be non-zero.
read / writeoverride
from_chat_id int
For messages forwarded to the chat with the current user (Saved Messages), to the Replies bot chat, or to the channel's discussion group, the identifier of the chat from which the message was forwarded last time; 0 if unknown.
read / write
from_message_id int
For messages forwarded to the chat with the current user (Saved Messages), to the Replies bot chat, or to the channel's discussion group, the identifier of the original message from which the new message was forwarded last time; 0 if unknown.
read / write
hashCode int
The hash code for this object.
read-onlyinherited
origin MessageForwardOrigin
Origin of a forwarded message.
read / write
public_service_announcement_type String
The type of a public service announcement for the forwarded message.
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) MessageForwardInfo?
Construct from Map.
override

Constants

CONSTRUCTOR → const String
@type
"messageForwardInfo"