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
public static class TdApi.InputChatPhotoPrevious extends TdApi.InputChatPhoto
A previously used profile photo of the current user.
-
-
Field Summary
Fields Modifier and Type Field Description longchatPhotoIdIdentifier of the current user's profile photo to reuse.static intCONSTRUCTORIdentifier uniquely determining type of the object.
-
Constructor Summary
Constructors Constructor Description InputChatPhotoPrevious()A previously used profile photo of the current user.InputChatPhotoPrevious(long chatPhotoId)A previously used profile photo of the current user.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
chatPhotoId
public long chatPhotoId
Identifier of the current user's profile photo to reuse.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
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 Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-