UserLink class

Contains an HTTPS URL, which can be used to get information about a user.

Inheritance
Available Extensions

Constructors

Contains an HTTPS URL, which can be used to get information about a user

Properties

clientId int?
TDLib client instance identifier, for which the response was received.
read / writeoverride
expires_in int
Left time for which the link is valid, in seconds; 0 if the link is a public username link.
read / write
extra int?
Request identifier. Must be non-zero.
read / writeoverride
hashCode int
The hash code for this object.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
url String
The URL.
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) UserLink?
Construct from Map.
override

Constants

CONSTRUCTOR → const String
@type
"userLink"