Uses of Class
org.drinkless.tdlib.TdApi.TransactionDirection
Packages that use TdApi.TransactionDirection
-
Uses of TdApi.TransactionDirection in org.drinkless.tdlib
Subclasses of TdApi.TransactionDirection in org.drinkless.tdlibModifier and TypeClassDescriptionstatic class
The transaction is incoming and increases the amount of owned currency.static class
The transaction is outgoing and decreases the amount of owned currency.Fields in org.drinkless.tdlib declared as TdApi.TransactionDirectionModifier and TypeFieldDescriptionTdApi.GetStarTransactions.direction
Direction of the transactions to receive; pass null to get all transactions.TdApi.GetTonTransactions.direction
Direction of the transactions to receive; pass null to get all transactions.Constructors in org.drinkless.tdlib with parameters of type TdApi.TransactionDirectionModifierConstructorDescriptionGetStarTransactions
(TdApi.MessageSender ownerId, String subscriptionId, TdApi.TransactionDirection direction, String offset, int limit) Creates a function, which returns the list of Telegram Star transactions for the specified owner.GetTonTransactions
(TdApi.TransactionDirection direction, String offset, int limit) Creates a function, which returns the list of Toncoin transactions of the current user.