Package org.drinkless.tdlib
Class TdApi.UpdateOwnedStarCount
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Update
org.drinkless.tdlib.TdApi.UpdateOwnedStarCount
- Enclosing class:
- TdApi
The number of Telegram Stars owned by the current user has changed.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Identifier uniquely determining type of the object.The new amount of owned Telegram Stars. -
Constructor Summary
ConstructorsConstructorDescriptionThe number of Telegram Stars owned by the current user has changed.UpdateOwnedStarCount
(TdApi.StarAmount starAmount) The number of Telegram Stars 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
-
starAmount
The new amount of owned Telegram Stars. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
UpdateOwnedStarCount
public UpdateOwnedStarCount()The number of Telegram Stars owned by the current user has changed. -
UpdateOwnedStarCount
The number of Telegram Stars owned by the current user has changed.- Parameters:
starAmount
- The new amount of owned Telegram Stars.
-
-
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
-