Package org.drinkless.tdlib
Class TdApi.InputChatPhotoPrevious
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.InputChatPhoto
org.drinkless.tdlib.TdApi.InputChatPhotoPrevious
- Enclosing class:
- TdApi
A previously used profile photo of the current user.
-
Field Summary
FieldsModifier and TypeFieldDescriptionlongIdentifier of the current user's profile photo to reuse.static final intIdentifier uniquely determining type of the object. -
Constructor Summary
ConstructorsConstructorDescriptionA previously used profile photo of the current user.InputChatPhotoPrevious(long chatPhotoId) A previously used profile photo of the current user. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
chatPhotoId
public long chatPhotoIdIdentifier of the current user's profile photo to reuse. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
InputChatPhotoPrevious
public InputChatPhotoPrevious()A previously used profile photo of the current user. -
InputChatPhotoPrevious
public InputChatPhotoPrevious(long chatPhotoId) A previously used profile photo of the current user.- Parameters:
chatPhotoId- Identifier of the current user's profile photo to reuse.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-