- Enclosing class:
- TdApi
Returns the profile photos of a user.
Personal and public photo aren't returned.
Returns
ChatPhotos-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intintThe maximum number of photos to be returned; up to 100.intThe number of photos to skip; must be non-negative.longUser identifier. -
Constructor Summary
ConstructorsConstructorDescriptionReturns 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
toStringMethods 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:
getConstructorin classTdApi.Object
-
serialize
- Specified by:
serializein classTdApi.Object- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-