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 intIdentifier uniquely determining type of the object.The model.intTotal 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 TypeMethodDescriptionintReturns 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.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-