Summary
Get a user photos
- Namespace
- OpenTl
.ClientApi .Services .Interfaces - Containing Type
- IUsersService
Syntax
Task<IPhotos> GetUserPhotosAsync(IInputUser user, int offset = 0, int limit = 200, long maxId = 0, CancellationToken cancellationToken = default(CancellationToken))
Parameters
Name | Type | Description |
---|---|---|
user | IInputUser | User |
offset | int | Offset |
limit | int | Limit |
maxId | long | Max id |
cancellationToken | CancellationToken | Сancellation token |
Return Value
Type | Description |
---|---|
Task |
Users |