Package org.drinkless.tdlib
Class TdApi.GetAutoDownloadSettingsPresets
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Function<TdApi.AutoDownloadSettingsPresets>
org.drinkless.tdlib.TdApi.GetAutoDownloadSettingsPresets
- Enclosing class:
- TdApi
public static class TdApi.GetAutoDownloadSettingsPresets
extends TdApi.Function<TdApi.AutoDownloadSettingsPresets>
Returns auto-download settings presets for the current user.
Returns AutoDownloadSettingsPresets
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Identifier uniquely determining type of the object. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which returns auto-download settings presets for the current user. -
Method Summary
Modifier and TypeMethodDescriptionint
Returns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
Field Details
-
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
GetAutoDownloadSettingsPresets
public GetAutoDownloadSettingsPresets()Default constructor for a function, which returns auto-download settings presets for the current user.Returns
AutoDownloadSettingsPresets
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.Object
Returns an identifier uniquely determining type of the object.- Specified by:
getConstructor
in classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-