UserLink class

ID links are merely an abstraction offered by the bot API to simplify construction of inputMessageEntityMentionName and inputKeyboardButtonUserProfile constructors, and should be ignored by normal clients.

Inheritance

Constructors

Creates a new UserLink object.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
https String
The t.me link.
no setteroverride
id int
The ID of the user.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tg String
tg:// link
no setteroverride

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
By default, this method returns the tg link.
inherited

Operators

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