PingProxy constructor

const PingProxy({
  1. 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,
});