Revert "Add get only Session field to TelegramClient"

This reverts commit c66e722b79.
This commit is contained in:
Mojtaba Tajik 2019-10-03 08:37:09 +03:30
parent c66e722b79
commit c4dbc1e349

View file

@ -29,11 +29,6 @@ namespace TLSharp.Core
private List<TLDcOption> 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)
{