public static class TdApi.GetUserProfilePhotos extends TdApi.Function
Returns ChatPhotos
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
limit
The maximum number of photos to be returned; up to 100.
|
int |
offset
The number of photos to skip; must be non-negative.
|
long |
userId
User identifier.
|
Constructor and Description |
---|
GetUserProfilePhotos()
Default constructor for a function, which returns the profile photos of a user.
|
GetUserProfilePhotos(long userId,
int offset,
int limit)
Creates a function, which returns the profile photos of a user.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public long userId
public int offset
public int limit
public static final int CONSTRUCTOR
public GetUserProfilePhotos()
Returns ChatPhotos
public GetUserProfilePhotos(long userId, int offset, int limit)
Returns ChatPhotos
userId
- User identifier.offset
- The number of photos to skip; must be non-negative.limit
- The maximum number of photos to be returned; up to 100.public int getConstructor()
getConstructor
in class TdApi.Function