TestProxy class

Sends a simple network request to the Telegram servers via proxy; for testing only. Can be called before authorization.

Returns Ok.

Inheritance
Available Extensions

Constructors

TestProxy({required String server, required int port, required ProxyType type, required int dc_id, required double timeout, int? extra, int? clientId})
Sends a simple network request to the Telegram servers via proxy; for testing only. Can be called before authorization

Properties

clientId int?
TDLib client instance identifier, for which the response was received.
read / writeoverride
dc_id int
Identifier of a datacenter with which to test connection.
read / write
extra int?
Request identifier. Must be non-zero.
read / writeoverride
hashCode int
The hash code for this object.
read-onlyinherited
port int
Proxy server port.
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
server String
Proxy server domain or IP address.
read / write
timeout double
The maximum overall timeout for the request.
read / write
type ProxyType
Proxy type.
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) TestProxy?
Construct from Map.
override

Constants

CONSTRUCTOR → const String
@type
"testProxy"