mirror of
https://github.com/sochix/TLSharp.git
synced 2025-12-06 08:02:00 +01:00
Revert "Added methods for working with contacts."
This reverts commit 9376114b26.
This commit is contained in:
parent
9376114b26
commit
2085806378
|
|
@ -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…
Reference in a new issue