Package org.drinkless.tdlib
Class TdApi.UpdateStarRevenueStatus
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Update
org.drinkless.tdlib.TdApi.UpdateStarRevenueStatus
- Enclosing class:
- TdApi
The Telegram star revenue earned by a bot or a chat has changed. If star transactions screen of the chat is opened, then getStarTransactions may be called to fetch new transactions.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.drinkless.tdlib.TdApi.Update
TdApi.Update.Constructors -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.Identifier of the owner of the Telegram stars.New Telegram star revenue status. -
Constructor Summary
ConstructorsConstructorDescriptionThe 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. -
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
-
ownerId
Identifier of the owner of the Telegram stars. -
status
New Telegram star revenue status. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
UpdateStarRevenueStatus
public UpdateStarRevenueStatus()The Telegram star revenue earned by a bot or a chat has changed. If star transactions screen of the chat is opened, then getStarTransactions may be called to fetch new transactions. -
UpdateStarRevenueStatus
The Telegram star revenue earned by a bot or a chat has changed. If star transactions screen of the chat is opened, then getStarTransactions may be called to fetch new transactions.- Parameters:
ownerId- Identifier of the owner of the Telegram stars.status- New Telegram star revenue status.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Update- Returns:
- this.CONSTRUCTOR
-