Summary
Get full information about the user
- Namespace
- OpenTl
.ClientApi .Services .Interfaces - Containing Type
- IUsersService
Syntax
Task<TUserFull> GetUserFullAsync(IInputUser inputUser, CancellationToken cancellationToken = default(CancellationToken))
Parameters
Name | Type | Description |
---|---|---|
inputUser | IInputUser | User |
cancellationToken | CancellationToken | Сancellation token |
Return Value
Type | Description |
---|---|
Task |
Full information |