public static class TdApi.AutosaveSettingsScopeChat extends TdApi.AutosaveSettingsScope
| Modifier and Type | Field and Description |
|---|---|
long |
chatId
Chat identifier.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
| Constructor and Description |
|---|
AutosaveSettingsScopeChat()
Autosave settings applied to a chat.
|
AutosaveSettingsScopeChat(long chatId)
Autosave settings applied to a chat.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long chatId
public static final int CONSTRUCTOR
public AutosaveSettingsScopeChat()
public AutosaveSettingsScopeChat(long chatId)
chatId - Chat identifier.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object