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 int
Identifier uniquely determining type of the object.long
The 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 TypeMethodDescriptionint
Returns 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.Object
Returns an identifier uniquely determining type of the object.- Specified by:
getConstructor
in classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-