PingProxy constructor
const
PingProxy({
- required int proxyId,
Computes time needed to receive a response from a Telegram server through a proxy. Can be called before authorization
Implementation
const PingProxy({
required this.proxyId,
});