- Enclosing class:
- TdApi
Returns the profile photos of a user.
Personal and public photo aren't returned.
Returns
ChatPhotos
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
int
The maximum number of photos to be returned; up to 100.int
The number of photos to skip; must be non-negative.long
User identifier. -
Constructor Summary
ConstructorDescriptionReturns the profile photos of a user.GetUserProfilePhotos
(long userId, int offset, int limit) Returns the profile photos of a user.GetUserProfilePhotos
(DataInput input) Returns the profile photos of a user. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
userId
public long userIdUser identifier. -
offset
public int offsetThe number of photos to skip; must be non-negative. -
limit
public int limitThe maximum number of photos to be returned; up to 100. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
GetUserProfilePhotos
public GetUserProfilePhotos()Returns the profile photos of a user. Personal and public photo aren't returned. ReturnsChatPhotos
-
GetUserProfilePhotos
public GetUserProfilePhotos(long userId, int offset, int limit) Returns the profile photos of a user. Personal and public photo aren't returned. ReturnsChatPhotos
- Parameters:
userId
- long User identifier.offset
- int The number of photos to skip; must be non-negative.limit
- int The maximum number of photos to be returned; up to 100.
-
GetUserProfilePhotos
Returns the profile photos of a user. Personal and public photo aren't returned. ReturnsChatPhotos
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-