mirror of
https://github.com/sochix/TLSharp.git
synced 2026-04-07 23:45:09 +00:00
UserFullConstructor : UserFull no accepts self id.
Added test method to GetUserFull Added info to README.md
This commit is contained in:
parent
2fff2d11c2
commit
6365297aaf
7 changed files with 98 additions and 3 deletions
13
README.md
13
README.md
|
|
@ -179,6 +179,19 @@ var hist = await client.GetMessagesHistoryForContact(userId, offset, limit);
|
|||
|
||||
**Returns**: **List\<Message\>**, message history
|
||||
|
||||
####Get UserFull Request
|
||||
Returns user's full information for specified userId.
|
||||
|
||||
_Example_:
|
||||
|
||||
```
|
||||
var userFull = await client.GetUserFull(userId);
|
||||
```
|
||||
|
||||
* userId - **int**, user id
|
||||
|
||||
**Returns**: **UserFull**, User's information
|
||||
|
||||
## Contributing
|
||||
|
||||
Contributing is highly appreciated!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue