Package org.drinkless.tdlib
Class TdApi.GiftChatThemes
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.GiftChatThemes
- Enclosing class:
- TdApi
Contains a list of chat themes based on upgraded gifts.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.The offset for the next request.A list of chat themes. -
Constructor Summary
ConstructorsConstructorDescriptionContains a list of chat themes based on upgraded gifts.GiftChatThemes(TdApi.GiftChatTheme[] themes, String nextOffset) Contains a list of chat themes based on upgraded gifts. -
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
-
themes
A list of chat themes. -
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
-
GiftChatThemes
public GiftChatThemes()Contains a list of chat themes based on upgraded gifts. -
GiftChatThemes
Contains a list of chat themes based on upgraded gifts.- Parameters:
themes- A list of chat themes.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
-