Package org.drinkless.tdlib
Class TdApi.UpdateOwnedGramCount
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Update
org.drinkless.tdlib.TdApi.UpdateOwnedGramCount
- Enclosing class:
- TdApi
The number of TON Grams owned by the current user has changed.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.longThe new amount of owned Grams; in the smallest units of the cryptocurrency. -
Constructor Summary
ConstructorsConstructorDescriptionThe number of TON Grams owned by the current user has changed.UpdateOwnedGramCount(long gramAmount) The number of TON Grams owned by the current user has changed. -
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
-
gramAmount
public long gramAmountThe new amount of owned Grams; in the smallest units of the cryptocurrency. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
UpdateOwnedGramCount
public UpdateOwnedGramCount()The number of TON Grams owned by the current user has changed. -
UpdateOwnedGramCount
public UpdateOwnedGramCount(long gramAmount) The number of TON Grams owned by the current user has changed.- Parameters:
gramAmount- The new amount of owned Grams; in the smallest units of the cryptocurrency.
-
-
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
-