Package org.drinkless.tdlib
Class TdApi.GiftsForResale
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.GiftsForResale
- Enclosing class:
- TdApi
Describes gifts available for resale.
-
Field Summary
FieldsModifier and TypeFieldDescriptionAvailable backdrops; for searchGiftsForResale requests without offset and attributes only.static final intIdentifier uniquely determining type of the object.The gifts.Available models; for searchGiftsForResale requests without offset and attributes only.The offset for the next request.Available symbols; for searchGiftsForResale requests without offset and attributes only.intTotal number of gifts found. -
Constructor Summary
ConstructorsConstructorDescriptionDescribes gifts available for resale.GiftsForResale(int totalCount, TdApi.GiftForResale[] gifts, TdApi.UpgradedGiftModelCount[] models, TdApi.UpgradedGiftSymbolCount[] symbols, TdApi.UpgradedGiftBackdropCount[] backdrops, String nextOffset) Describes gifts available for resale. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
totalCount
public int totalCountTotal number of gifts found. -
gifts
The gifts. -
models
Available models; for searchGiftsForResale requests without offset and attributes only. -
symbols
Available symbols; for searchGiftsForResale requests without offset and attributes only. -
backdrops
Available backdrops; for searchGiftsForResale requests without offset and attributes only. -
nextOffset
The offset for the next request. If empty, then there are no more results. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
GiftsForResale
public GiftsForResale()Describes gifts available for resale. -
GiftsForResale
public GiftsForResale(int totalCount, TdApi.GiftForResale[] gifts, TdApi.UpgradedGiftModelCount[] models, TdApi.UpgradedGiftSymbolCount[] symbols, TdApi.UpgradedGiftBackdropCount[] backdrops, String nextOffset) Describes gifts available for resale.- Parameters:
totalCount- Total number of gifts found.gifts- The gifts.models- Available models; for searchGiftsForResale requests without offset and attributes only.symbols- Available symbols; for searchGiftsForResale requests without offset and attributes only.backdrops- Available backdrops; for searchGiftsForResale requests without offset and attributes only.nextOffset- The offset for the next request. If empty, then there are no more results.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-