public static class TdApi.UpdateAutosaveSettings extends TdApi.Update
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.AutosaveSettingsScope |
scope
Type of chats for which autosave settings were updated.
|
TdApi.ScopeAutosaveSettings |
settings
The new autosave settings; may be null if the settings are reset to default.
|
| Constructor and Description |
|---|
UpdateAutosaveSettings()
Autosave settings for some type of chats were updated.
|
UpdateAutosaveSettings(TdApi.AutosaveSettingsScope scope,
TdApi.ScopeAutosaveSettings settings)
Autosave settings for some type of chats were updated.
|
| 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 UpdateAutosaveSettings()
public UpdateAutosaveSettings(TdApi.AutosaveSettingsScope scope, TdApi.ScopeAutosaveSettings settings)
scope - Type of chats for which autosave settings were updated.settings - The new autosave settings; may be null if the settings are reset to default.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object