UserFullConstructor : UserFull no accepts self id.

Added test method to GetUserFull
Added info to README.md
This commit is contained in:
Jesus 2016-05-18 12:55:22 +02:00
parent 2fff2d11c2
commit 6365297aaf
7 changed files with 98 additions and 3 deletions

View file

@ -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!