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 classThe transaction is a receiving of a commission from an affiliate program; relevant for regular users, bots and channel chats only.static classThe transaction is a deposit of Telegram Stars from App Store; relevant for regular users only.static classThe transaction is a purchase of a product from a bot or a business account by the current user; relevant for regular users only.static classThe transaction is a sale of a product by the bot; relevant for bots only.static classThe transaction is a purchase of paid media from a bot or a business account by the current user; relevant for regular users only.static classThe transaction is a sale of paid media by the bot or a business account managed by the bot; relevant for bots only.static classThe transaction is a purchase of a subscription from a bot or a business account by the current user; relevant for regular users only.static classThe transaction is a sale of a subscription by the bot; relevant for bots only.static classThe transaction is a transfer of Telegram Stars from a business account; relevant for bots only.static classThe transaction is a transfer of Telegram Stars to a business bot; relevant for regular users only.static classThe transaction is a purchase of paid media from a channel by the current user; relevant for regular users only.static classThe transaction is a sale of paid media by the channel chat; relevant for channel chats only.static classThe transaction is a receiving of a paid reaction to a message by the channel chat; relevant for channel chats only.static classThe transaction is a sending of a paid reaction to a message in a channel chat by the current user; relevant for regular users only.static classThe transaction is a purchase of a subscription to a channel chat by the current user; relevant for regular users only.static classThe transaction is a sale of a subscription by the channel chat; relevant for channel chats only.static classThe transaction is a deposit of Telegram Stars from Fragment; relevant for regular users and bots only.static classThe transaction is a withdrawal of earned Telegram Stars to Fragment; relevant for regular users, bots, supergroup and channel chats only.static classThe transaction is a bid on a gift auction; relevant for regular users only.static classThe transaction is a drop of original details of an upgraded gift; relevant for regular users only.static classThe transaction is a purchase of a regular gift; relevant for regular users and bots only.static classThe transaction is an offer of gift purchase; relevant for regular users only.static classThe transaction is a sale of a received gift; relevant for regular users and channel chats only.static classThe transaction is a transfer of an upgraded gift; relevant for regular users only.static classThe transaction is an upgrade of a gift; relevant for regular users only.static classThe transaction is a purchase of an upgrade of a gift owned by another user or channel; relevant for regular users only.static classThe transaction is a deposit of Telegram Stars from a giveaway; relevant for regular users only.static classThe transaction is a deposit of Telegram Stars from Google Play; relevant for regular users only.static classThe transaction is a receiving of a paid group call message; relevant for regular users and channel chats only.static classThe transaction is a sending of a paid group call message; relevant for regular users only.static classThe transaction is a receiving of a paid group call reaction; relevant for regular users and channel chats only.static classThe transaction is a sending of a paid group reaction; relevant for regular users only.static classThe transaction is a receiving of a paid message; relevant for regular users, supergroup and channel chats only.static classThe transaction is a sending of a paid message; relevant for regular users only.static classThe transaction is a deposit of Telegram Stars from the Premium bot; relevant for regular users only.static classThe transaction is a purchase of Telegram Premium subscription; relevant for regular users and bots only.static classThe transaction is a payment for search of posts in public Telegram channels; relevant for regular users only.static classThe transaction is a receiving of a payment for a suggested post by the channel chat; relevant for channel chats only.static classThe transaction is a payment for a suggested post; relevant for regular users only.static classThe transaction is a withdrawal of earned Telegram Stars to Telegram Ad platform; relevant for bots and channel chats only.static classThe transaction is a payment for Telegram API usage; relevant for bots only.static classThe transaction is a transaction of an unsupported type.static classThe transaction is a purchase of an upgraded gift for some user or channel; relevant for regular users only.static classThe transaction is a sale of an upgraded gift; relevant for regular users only.static classThe transaction is a deposit of Telegram Stars by another user; relevant 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.