Uses of Class
org.drinkless.tdlib.TdApi.StarTransactionType
Packages that use TdApi.StarTransactionType
-
Uses of TdApi.StarTransactionType in org.drinkless.tdlib
Subclasses of TdApi.StarTransactionType in org.drinkless.tdlibModifier and TypeClassDescriptionstatic class
The transaction is a receiving of a commission from an affiliate program; for regular users, bots and channel chats only.static class
The transaction is a deposit of Telegram Stars from App Store; for regular users only.static class
The transaction is a purchase of a product from a bot or a business account by the current user; for regular users only.static class
The transaction is a sale of a product by the bot; for bots only.static class
The transaction is a purchase of paid media from a bot or a business account by the current user; for regular users only.static class
The transaction is a sale of paid media by the bot or a business account managed by the bot; for bots only.static class
The transaction is a purchase of a subscription from a bot or a business account by the current user; for regular users only.static class
The transaction is a sale of a subscription by the bot; for bots only.static class
The transaction is a transfer of Telegram Stars from a business account; for bots only.static class
The transaction is a transfer of Telegram Stars to a business bot; for regular users only.static class
The transaction is a purchase of paid media from a channel by the current user; for regular users only.static class
The transaction is a sale of paid media by the channel chat; for channel chats only.static class
The transaction is a receiving of a paid reaction to a message by the channel chat; for channel chats only.static class
The transaction is a sending of a paid reaction to a message in a channel chat by the current user; for regular users only.static class
The transaction is a purchase of a subscription to a channel chat by the current user; for regular users only.static class
The transaction is a sale of a subscription by the channel chat; for channel chats only.static class
The transaction is a deposit of Telegram Stars from Fragment; for regular users and bots only.static class
The transaction is a withdrawal of earned Telegram Stars to Fragment; for regular users, bots, supergroup and channel chats only.static class
The transaction is a purchase of a regular gift; for regular users and bots only.static class
The transaction is a sale of a received gift; for regular users and channel chats only.static class
The transaction is a transfer of an upgraded gift; for regular users only.static class
The transaction is an upgrade of a gift; for regular users only.static class
The transaction is a deposit of Telegram Stars from a giveaway; for regular users only.static class
The transaction is a deposit of Telegram Stars from Google Play; for regular users only.static class
The transaction is a receiving of a paid message; for regular users and supergroup chats only.static class
The transaction is a sending of a paid message; for regular users only.static class
The transaction is a deposit of Telegram Stars from the Premium bot; for regular users only.static class
The transaction is a purchase of Telegram Premium subscription; for regular users and bots only.static class
The transaction is a withdrawal of earned Telegram Stars to Telegram Ad platform; for bots and channel chats only.static class
The transaction is a payment for Telegram API usage; for bots only.static class
The transaction is a transaction of an unsupported type.static class
The transaction is a purchase of an upgraded gift for some user or channel; for regular users only.static class
The transaction is a sale of an upgraded gift; for regular users only.static class
The transaction is a deposit of Telegram Stars by another user; for regular users only.Fields in org.drinkless.tdlib declared as TdApi.StarTransactionTypeConstructors in org.drinkless.tdlib with parameters of type TdApi.StarTransactionTypeModifierConstructorDescriptionStarTransaction
(String id, TdApi.StarAmount starAmount, boolean isRefund, int date, TdApi.StarTransactionType type) Represents a transaction changing the amount of owned Telegram Stars.