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.availableAmountThe amount of Telegram Stars that are available for withdrawal.TdApi.StarTransactionTypePaidMessageReceive.commissionStarAmountThe amount of Telegram Stars that were received by Telegram; can be negative for refunds.TdApi.StarRevenueStatus.currentAmountThe amount of Telegram Stars that aren't withdrawn yet.TdApi.AffiliateProgramInfo.dailyRevenuePerUserAmountThe amount of daily revenue per user in Telegram Stars of the bot that created the affiliate program.TdApi.AffiliateInfo.starAmountThe amount of Telegram Stars that were received by the affiliate; can be negative for refunds.TdApi.MessageSuggestedPostPaid.starAmountThe amount of received Telegram Stars.TdApi.StarSubscriptions.starAmountThe amount of owned Telegram Stars.TdApi.StarTransaction.starAmountThe amount of added owned Telegram Stars; negative for outgoing transactions.TdApi.StarTransactions.starAmountThe amount of owned Telegram Stars.TdApi.UpdateOwnedStarCount.starAmountThe new amount of owned Telegram Stars.TdApi.StarRevenueStatus.totalAmountTotal 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.MessageSuggestedPostPaid(long suggestedPostMessageId, TdApi.StarAmount starAmount, long tonAmount) A suggested post was published for getOption("suggested_post_lifetime_min") seconds and payment for the post was received.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, supergroup and channel chats only.UpdateOwnedStarCount(TdApi.StarAmount starAmount) The number of Telegram Stars owned by the current user has changed.