Deeplink class abstract

This class represents a Telegram deeplink.

Implementers

Constructors

Creates a new Deeplink object.
const

Properties

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

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.
override

Operators

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

Static Methods

Creates a BotLink with the given username and startParameter.
Creates a ChannelBotLink with the given username and admin.
Creates a GameLink with the given username and shortName.
Creates a GroupBotLink with the given username, startParameter and admin.
Creates a MTProxyLink with the given server, port and secret.
Creates a PhoneNumberLink with the given phoneNumber.
Creates a SettingsLink
Creates a ShareLink with the given url and text.
Creates a Socks5Link with the given server, port, username and password.
Creates a UsernameLink with the given username.