public static class TdApi.UpdateStarRevenueStatus extends TdApi.Update
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.MessageSender |
ownerId
Identifier of the owner of the Telegram Stars.
|
TdApi.StarRevenueStatus |
status
New Telegram Star revenue status.
|
| Constructor and Description |
|---|
UpdateStarRevenueStatus()
The Telegram Star revenue earned by a bot or a chat has changed.
|
UpdateStarRevenueStatus(TdApi.MessageSender ownerId,
TdApi.StarRevenueStatus status)
The Telegram Star revenue earned by a bot or a chat has changed.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.MessageSender ownerId
public TdApi.StarRevenueStatus status
public static final int CONSTRUCTOR
public UpdateStarRevenueStatus()
public UpdateStarRevenueStatus(TdApi.MessageSender ownerId, TdApi.StarRevenueStatus status)
ownerId - Identifier of the owner of the Telegram Stars.status - New Telegram Star revenue status.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object