mirror of
https://github.com/sochix/TLSharp.git
synced 2025-12-06 08:02:00 +01:00
Core: fix 2 warnings
This commit is contained in:
parent
f2a394ea15
commit
d04ddb1e0e
|
|
@ -6,7 +6,6 @@ namespace TLSharp.Core.Network
|
||||||
{
|
{
|
||||||
public class MtProtoPlainSender
|
public class MtProtoPlainSender
|
||||||
{
|
{
|
||||||
private int sequence = 0;
|
|
||||||
private int timeOffset;
|
private int timeOffset;
|
||||||
private long lastMessageId;
|
private long lastMessageId;
|
||||||
private Random random;
|
private Random random;
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,6 @@ namespace TLSharp.Core
|
||||||
public class TelegramClient : IDisposable
|
public class TelegramClient : IDisposable
|
||||||
{
|
{
|
||||||
private MtProtoSender _sender;
|
private MtProtoSender _sender;
|
||||||
private AuthKey _key;
|
|
||||||
private TcpTransport _transport;
|
private TcpTransport _transport;
|
||||||
private string _apiHash = "";
|
private string _apiHash = "";
|
||||||
private int _apiId = 0;
|
private int _apiId = 0;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue