Package org.drinkless.tdlib
Class TdApi.GetGiftChatThemes
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Function<TdApi.GiftChatThemes>
org.drinkless.tdlib.TdApi.GetGiftChatThemes
- Enclosing class:
- TdApi
Returns available to the current user gift chat themes.
Returns GiftChatThemes
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.intThe maximum number of chat themes to return.Offset of the first entry to return as received from the previous request; use empty string to get the first chunk of results. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which returns available to the current user gift chat themes.GetGiftChatThemes(String offset, int limit) Creates a function, which returns available to the current user gift chat themes. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
Field Details
-
offset
Offset of the first entry to return as received from the previous request; use empty string to get the first chunk of results. -
limit
public int limitThe maximum number of chat themes to return. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
GetGiftChatThemes
public GetGiftChatThemes()Default constructor for a function, which returns available to the current user gift chat themes.Returns
GiftChatThemes -
GetGiftChatThemes
Creates a function, which returns available to the current user gift chat themes.Returns
GiftChatThemes- Parameters:
offset- Offset of the first entry to return as received from the previous request; use empty string to get the first chunk of results.limit- The maximum number of chat themes to return.
-
-
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
-