public static class TdApi.AutosaveSettings extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
TdApi.ScopeAutosaveSettings |
channelSettings
Default autosave settings for channel chats.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.AutosaveSettingsException[] |
exceptions
Autosave settings for specific chats.
|
TdApi.ScopeAutosaveSettings |
groupSettings
Default autosave settings for basic group and supergroup chats.
|
TdApi.ScopeAutosaveSettings |
privateChatSettings
Default autosave settings for private chats.
|
| Constructor and Description |
|---|
AutosaveSettings()
Describes autosave settings.
|
AutosaveSettings(TdApi.ScopeAutosaveSettings privateChatSettings,
TdApi.ScopeAutosaveSettings groupSettings,
TdApi.ScopeAutosaveSettings channelSettings,
TdApi.AutosaveSettingsException[] exceptions)
Describes autosave settings.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.ScopeAutosaveSettings privateChatSettings
public TdApi.ScopeAutosaveSettings groupSettings
public TdApi.ScopeAutosaveSettings channelSettings
public TdApi.AutosaveSettingsException[] exceptions
public static final int CONSTRUCTOR
public AutosaveSettings()
public AutosaveSettings(TdApi.ScopeAutosaveSettings privateChatSettings, TdApi.ScopeAutosaveSettings groupSettings, TdApi.ScopeAutosaveSettings channelSettings, TdApi.AutosaveSettingsException[] exceptions)
privateChatSettings - Default autosave settings for private chats.groupSettings - Default autosave settings for basic group and supergroup chats.channelSettings - Default autosave settings for channel chats.exceptions - Autosave settings for specific chats.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object