public static class TdApi.SetAutosaveSettings extends TdApi.Function<TdApi.Ok>
Returns Ok
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.AutosaveSettingsScope |
scope
Autosave settings scope.
|
TdApi.ScopeAutosaveSettings |
settings
New autosave settings for the scope; pass null to set autosave settings to default.
|
| Constructor and Description |
|---|
SetAutosaveSettings()
Default constructor for a function, which sets autosave settings for the given scope.
|
SetAutosaveSettings(TdApi.AutosaveSettingsScope scope,
TdApi.ScopeAutosaveSettings settings)
Creates a function, which sets autosave settings for the given scope.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.AutosaveSettingsScope scope
public TdApi.ScopeAutosaveSettings settings
public static final int CONSTRUCTOR
public SetAutosaveSettings()
Returns Ok
public SetAutosaveSettings(TdApi.AutosaveSettingsScope scope, TdApi.ScopeAutosaveSettings settings)
Returns Ok
scope - Autosave settings scope.settings - New autosave settings for the scope; pass null to set autosave settings to default.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object