public static class TdApi.UpdateOwnedStarCount extends TdApi.Update
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.StarAmount |
starAmount
The new amount of owned Telegram Stars.
|
| Constructor and Description |
|---|
UpdateOwnedStarCount()
The 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.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.StarAmount starAmount
public static final int CONSTRUCTOR
public UpdateOwnedStarCount()
public UpdateOwnedStarCount(TdApi.StarAmount starAmount)
starAmount - The new amount of owned Telegram Stars.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object