Package it.tdlight.jni
Class TdApi.GetUserProfilePhotos
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function
it.tdlight.jni.TdApi.GetUserProfilePhotos
- Enclosing class:
- TdApi
public static class TdApi.GetUserProfilePhotos extends TdApi.Function
Returns the profile photos of a user.
The result of this query may be
outdated: some photos might have been deleted already.
Returns ChatPhotos
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
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 Summary
Constructors Constructor Description GetUserProfilePhotos()
Returns the profile photos of a user.GetUserProfilePhotos(long userId, int offset, int limit)
Returns the profile photos of a user.GetUserProfilePhotos(DataInput input)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
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:
- Constant Field Values
-
-
Constructor Details
-
GetUserProfilePhotos
public GetUserProfilePhotos()Returns the profile photos of a user. The result of this query may be outdated: some photos might have been deleted already.Returns
ChatPhotos
-
GetUserProfilePhotos
public GetUserProfilePhotos(long userId, int offset, int limit)Returns the profile photos of a user. The result of this query may be outdated: some photos might have been deleted already.Returns
ChatPhotos
- 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
- 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()
-