Exemplo n.º 1
0
 public MtProtoSender(TcpTransport transport, TelegramClient client)
 {
     _transport = transport;
     _client    = client;
 }
Exemplo n.º 2
0
 public MtProtoPlainSender(TcpTransport transport)
 {
     _transport = transport;
     random     = new Random();
 }