mirror of
https://github.com/sochix/TLSharp.git
synced 2026-04-05 14:37:04 +00:00
argument change
it looks better
This commit is contained in:
parent
4a44709150
commit
23404f751d
2 changed files with 10 additions and 10 deletions
|
|
@ -23,7 +23,7 @@ namespace TLSharp.Core
|
|||
private Session _session;
|
||||
private List<DcOption> dcOptions;
|
||||
|
||||
public TelegramClient(ISessionStore store, string sessionUserId, string apiHash, int apiId)
|
||||
public TelegramClient(ISessionStore store, string sessionUserId, int apiId, string apiHash)
|
||||
{
|
||||
_apiHash = apiHash;
|
||||
_apiId = apiId;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue