public static class TdApi.AutosaveSettingsException extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
long |
chatId
Chat identifier.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.ScopeAutosaveSettings |
settings
Autosave settings for the chat.
|
| Constructor and Description |
|---|
AutosaveSettingsException()
Contains autosave settings for a chat, which overrides default settings for the corresponding scope.
|
AutosaveSettingsException(long chatId,
TdApi.ScopeAutosaveSettings settings)
Contains autosave settings for a chat, which overrides default settings for the corresponding scope.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long chatId
public TdApi.ScopeAutosaveSettings settings
public static final int CONSTRUCTOR
public AutosaveSettingsException()
public AutosaveSettingsException(long chatId,
TdApi.ScopeAutosaveSettings settings)
chatId - Chat identifier.settings - Autosave settings for the chat.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object