mirror of
https://github.com/sochix/TLSharp.git
synced 2026-04-05 14:37:04 +00:00
Added methods for working with contacts.
Added custom constructor for TLVector.
This commit is contained in:
parent
84b0f5fe1b
commit
9376114b26
1 changed files with 1 additions and 1 deletions
|
|
@ -269,7 +269,7 @@ namespace TLSharp.Core
|
|||
if (!IsUserAuthorized())
|
||||
throw new InvalidOperationException("Authorize user first!");
|
||||
|
||||
var req = new TLRequestGetContacts() { Hash = "" };
|
||||
var req = new TLRequestGetContacts {Hash = ""};
|
||||
|
||||
return await SendRequestAsync<TLContacts>(req);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue