diff --git a/TLSharp.Core/TelegramClient.cs b/TLSharp.Core/TelegramClient.cs index ebd17f2..d9f0454 100644 --- a/TLSharp.Core/TelegramClient.cs +++ b/TLSharp.Core/TelegramClient.cs @@ -29,11 +29,6 @@ namespace TLSharp.Core private List dcOptions; private TcpClientConnectionHandler _handler; - public Session Session - { - get { return _session; } - } - public TelegramClient(int apiId, string apiHash, ISessionStore store = null, string sessionUserId = "session", TcpClientConnectionHandler handler = null) {