Package org.drinkless.tdlib
Class TdApi.StarRevenueStatus
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.StarRevenueStatus
- Enclosing class:
TdApi
Contains information about Telegram Stars earned by a user or a chat.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Telegram Star amount that is available for withdrawal.static final intIdentifier uniquely determining type of the object.The Telegram Star amount that isn't withdrawn yet.intTime left before the next withdrawal can be started, in seconds; 0 if withdrawal can be started now.Total Telegram Star amount earned.booleanTrue, if Telegram Stars can be withdrawn now or later. -
Constructor Summary
ConstructorsConstructorDescriptionContains information about Telegram Stars earned by a user or a chat.StarRevenueStatus(TdApi.StarAmount totalAmount, TdApi.StarAmount currentAmount, TdApi.StarAmount availableAmount, boolean withdrawalEnabled, int nextWithdrawalIn) Contains information about Telegram Stars earned by a user or a chat. -
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
-
totalAmount
Total Telegram Star amount earned. -
currentAmount
The Telegram Star amount that isn't withdrawn yet. -
availableAmount
The Telegram Star amount that is available for withdrawal. -
withdrawalEnabled
public boolean withdrawalEnabledTrue, if Telegram Stars can be withdrawn now or later. -
nextWithdrawalIn
public int nextWithdrawalInTime left before the next withdrawal can be started, in seconds; 0 if withdrawal can be started now. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
StarRevenueStatus
public StarRevenueStatus()Contains information about Telegram Stars earned by a user or a chat. -
StarRevenueStatus
public StarRevenueStatus(TdApi.StarAmount totalAmount, TdApi.StarAmount currentAmount, TdApi.StarAmount availableAmount, boolean withdrawalEnabled, int nextWithdrawalIn) Contains information about Telegram Stars earned by a user or a chat.- Parameters:
totalAmount- Total Telegram Star amount earned.currentAmount- The Telegram Star amount that isn't withdrawn yet.availableAmount- The Telegram Star amount that is available for withdrawal.withdrawalEnabled- True, if Telegram Stars can be withdrawn now or later.nextWithdrawalIn- Time left before the next withdrawal can be started, in seconds; 0 if withdrawal can be started now.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-