Uses of Class
org.drinkless.tdlib.TdApi.GiftForResaleOrder
Packages that use TdApi.GiftForResaleOrder
-
Uses of TdApi.GiftForResaleOrder in org.drinkless.tdlib
Subclasses of TdApi.GiftForResaleOrder in org.drinkless.tdlibModifier and TypeClassDescriptionstatic class
The gifts will be sorted by their number from the smallest to the largest.static class
The gifts will be sorted by their price from the lowest to the highest.static class
The gifts will be sorted by the last date when their price was changed from the newest to the oldest.Fields in org.drinkless.tdlib declared as TdApi.GiftForResaleOrderModifier and TypeFieldDescriptionTdApi.SearchGiftsForResale.order
Order in which the results will be sorted.Constructors in org.drinkless.tdlib with parameters of type TdApi.GiftForResaleOrderModifierConstructorDescriptionSearchGiftsForResale
(long giftId, TdApi.GiftForResaleOrder order, TdApi.UpgradedGiftAttributeId[] attributes, String offset, int limit) Creates a function, which returns upgraded gifts that can be bought from other owners.