Package org.drinkless.tdlib
Class TdApi.UpgradedGiftAttributeIdModel
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.UpgradedGiftAttributeId
org.drinkless.tdlib.TdApi.UpgradedGiftAttributeIdModel
- Enclosing class:
- TdApi
Identifier of a gift model.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Identifier uniquely determining type of the object.long
Identifier of the sticker representing the model. -
Constructor Summary
ConstructorsConstructorDescriptionIdentifier of a gift model.UpgradedGiftAttributeIdModel
(long stickerId) Identifier of a gift model. -
Method Summary
Modifier and TypeMethodDescriptionint
Returns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
stickerId
public long stickerIdIdentifier of the sticker representing the model. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
UpgradedGiftAttributeIdModel
public UpgradedGiftAttributeIdModel()Identifier of a gift model. -
UpgradedGiftAttributeIdModel
public UpgradedGiftAttributeIdModel(long stickerId) Identifier of a gift model.- Parameters:
stickerId
- Identifier of the sticker representing the model.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.Object
Returns an identifier uniquely determining type of the object.- Specified by:
getConstructor
in classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-