MessageLinkInfo class
Contains information about a link to a message or a forum topic in a chat.
- Inheritance
- Available Extensions
Constructors
Properties
- chat_id ↔ int
-
If found, identifier of the chat to which the link points, 0 otherwise.
read / write
- clientId ↔ int?
-
TDLib client instance identifier, for which the response was received.
read / writeoverride
- extra ↔ int?
-
Request identifier. Must be non-zero.
read / writeoverride
- for_album ↔ bool
-
True, if the whole media album to which the message belongs is linked.
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- is_public ↔ bool
-
True, if the link is a public link for a message or a forum topic in a chat.
read / write
- media_timestamp ↔ int
-
Timestamp from which the video/audio/video note/voice note playing must start, in seconds; 0 if not specified. The media can be in the message content or in its web page preview.
read / write
- message ↔ Message?
-
If found, the linked message; may be null.
read / write
- message_thread_id ↔ int
-
If found, identifier of the message thread in which to open the message, or a forum topic to open if the message is missing.
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) → MessageLinkInfo? -
Construct from Map.
override
Constants
- CONSTRUCTOR → const String
-
@type
"messageLinkInfo"