mirror of
https://github.com/sochix/TLSharp.git
synced 2026-04-08 07:55:22 +00:00
Core: fix 2 warnings
This commit is contained in:
parent
f2a394ea15
commit
d04ddb1e0e
2 changed files with 0 additions and 2 deletions
|
|
@ -22,7 +22,6 @@ namespace TLSharp.Core
|
|||
public class TelegramClient : IDisposable
|
||||
{
|
||||
private MtProtoSender _sender;
|
||||
private AuthKey _key;
|
||||
private TcpTransport _transport;
|
||||
private string _apiHash = "";
|
||||
private int _apiId = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue