MessageForwardInfo class

Inheritance

Constructors

MessageForwardInfo({required MessageForwardOrigin origin, required int date, required String publicServiceAnnouncementType, required int fromChatId, required int fromMessageId})
Contains information about a forwarded message
const
MessageForwardInfo.fromJson(Map<String, dynamic> json)
Parse from a json
factory

Properties

clientId int?
client identifier
no setterinherited
date int
date Point in time (Unix timestamp) when the message was originally sent
final
extra → dynamic
callback sign
no setterinherited
fromChatId int
fromChatId 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
final
fromMessageId int
fromMessageId 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
final
hashCode int
The hash code for this object.
no setterinherited
origin MessageForwardOrigin
origin Origin of a forwarded message
final
publicServiceAnnouncementType String
publicServiceAnnouncementType The type of a public service announcement for the forwarded message
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({MessageForwardOrigin? origin, int? date, String? publicServiceAnnouncementType, int? fromChatId, int? fromMessageId}) MessageForwardInfo
getConstructor() String
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson([dynamic extra]) Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

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

Constants

CONSTRUCTOR → const String