MTProxyLink class

Used to share a proxy server that can be used to connect to Telegram.

Used for MTProxies

Inheritance

Constructors

Creates a new MTProxyLink object.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
https String
https://t.me/ link
no setteroverride
port int
MTProxy server port
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secret String
MTProxy secret »
final
server String
MTProxy server IP address or host
final
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.
override

Operators

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