Uses of Class
org.drinkless.tdlib.TdApi.StarAmount
Packages that use TdApi.StarAmount
-
Uses of TdApi.StarAmount in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.StarAmountModifier and TypeFieldDescriptionTdApi.StarRevenueStatus.availableAmount
The amount of Telegram Stars that are available for withdrawal.TdApi.StarTransactionTypePaidMessageReceive.commissionStarAmount
The amount of Telegram Stars that were received by Telegram; can be negative for refunds.TdApi.StarRevenueStatus.currentAmount
The amount of Telegram Stars that aren't withdrawn yet.TdApi.AffiliateProgramInfo.dailyRevenuePerUserAmount
The amount of daily revenue per user in Telegram Stars of the bot that created the affiliate program.TdApi.AffiliateInfo.starAmount
The amount of Telegram Stars that were received by the affiliate; can be negative for refunds.TdApi.StarSubscriptions.starAmount
The amount of owned Telegram Stars.TdApi.StarTransaction.starAmount
The amount of added owned Telegram Stars; negative for outgoing transactions.TdApi.StarTransactions.starAmount
The amount of owned Telegram Stars.TdApi.UpdateOwnedStarCount.starAmount
The new amount of owned Telegram Stars.TdApi.StarRevenueStatus.totalAmount
Total amount of Telegram Stars earned.Constructors in org.drinkless.tdlib with parameters of type TdApi.StarAmountModifierConstructorDescriptionAffiliateInfo
(int commissionPerMille, long affiliateChatId, TdApi.StarAmount starAmount) Contains information about an affiliate that received commission from a Telegram Star transaction.AffiliateProgramInfo
(TdApi.AffiliateProgramParameters parameters, int endDate, TdApi.StarAmount dailyRevenuePerUserAmount) Contains information about an active affiliate program.StarRevenueStatus
(TdApi.StarAmount totalAmount, TdApi.StarAmount currentAmount, TdApi.StarAmount availableAmount, boolean withdrawalEnabled, int nextWithdrawalIn) Contains information about Telegram Stars earned by a bot or a chat.StarSubscriptions
(TdApi.StarAmount starAmount, TdApi.StarSubscription[] subscriptions, long requiredStarCount, String nextOffset) Represents a list of Telegram Star subscriptions.StarTransaction
(String id, TdApi.StarAmount starAmount, boolean isRefund, int date, TdApi.StarTransactionType type) Represents a transaction changing the amount of owned Telegram Stars.StarTransactions
(TdApi.StarAmount starAmount, TdApi.StarTransaction[] transactions, String nextOffset) Represents a list of Telegram Star transactions.StarTransactionTypePaidMessageReceive
(TdApi.MessageSender senderId, int messageCount, int commissionPerMille, TdApi.StarAmount commissionStarAmount) The transaction is a receiving of a paid message; for regular users and supergroup chats only.UpdateOwnedStarCount
(TdApi.StarAmount starAmount) The number of Telegram Stars owned by the current user has changed.