- Namespace
- OpenTl
.ClientApi .Services .Interfaces
graph TD
Type["IUsersService"]
class Type type-node
Syntax
public interface IUsersService
Methods
| Name | Value | Summary |
|---|---|---|
| CheckUsernameAsync |
Task |
Check username
|
| Get |
Task |
Get full information about current user
|
| GetUserFullAsync |
Task |
Get full information about the user
|
| GetUserPhotosAsync |
Task |
Get a user photos
|
| GetUsersAsync |
Task |
Get users
|
| UpdateUsernameAsync |
Task |
Update username
|