Package org.drinkless.tdlib
Class TdApi.UpdateOwnedTonCount
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Update
org.drinkless.tdlib.TdApi.UpdateOwnedTonCount
- Enclosing class:
- TdApi
The number of Toncoins 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 Toncoins; in the smallest units of the cryptocurrency. -
Constructor Summary
ConstructorsConstructorDescriptionThe number of Toncoins owned by the current user has changed.UpdateOwnedTonCount(long tonAmount) The number of Toncoins 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
-
tonAmount
public long tonAmountThe new amount of owned Toncoins; in the smallest units of the cryptocurrency. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
UpdateOwnedTonCount
public UpdateOwnedTonCount()The number of Toncoins owned by the current user has changed. -
UpdateOwnedTonCount
public UpdateOwnedTonCount(long tonAmount) The number of Toncoins owned by the current user has changed.- Parameters:
tonAmount- The new amount of owned Toncoins; 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
-