Package org.drinkless.tdlib
Class TdApi.UpgradedGiftModelCount
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.UpgradedGiftModelCount
- Enclosing class:
- TdApi
Describes a model of an upgraded gift with the number of gifts found.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Identifier uniquely determining type of the object.The model.int
Total number of gifts with the model. -
Constructor Summary
ConstructorsConstructorDescriptionDescribes a model of an upgraded gift with the number of gifts found.UpgradedGiftModelCount
(TdApi.UpgradedGiftModel model, int totalCount) Describes a model of an upgraded gift with the number of gifts found. -
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
-
model
The model. -
totalCount
public int totalCountTotal number of gifts with the model. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
UpgradedGiftModelCount
public UpgradedGiftModelCount()Describes a model of an upgraded gift with the number of gifts found. -
UpgradedGiftModelCount
Describes a model of an upgraded gift with the number of gifts found.- Parameters:
model
- The model.totalCount
- Total number of gifts with 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
-