java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.AutosaveSettingsException
- Enclosing class:
- TdApi
Contains autosave settings for a chat,
which overrides default settings for
the corresponding scope.
-
Field Summary
Modifier and TypeFieldDescriptionlong
Chat identifier.static final int
Autosave settings for the chat. -
Constructor Summary
ConstructorDescriptionContains 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.Contains autosave settings for a chat, which overrides default settings for the corresponding scope. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
chatId
public long chatIdChat identifier. -
settings
Autosave settings for the chat. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
AutosaveSettingsException
public AutosaveSettingsException()Contains autosave settings for a chat, which overrides default settings for the corresponding scope. -
AutosaveSettingsException
Contains autosave settings for a chat, which overrides default settings for the corresponding scope.- Parameters:
chatId
- long Chat identifier.settings
- ScopeAutosaveSettings Autosave settings for the chat.
-
AutosaveSettingsException
Contains autosave settings for a chat, which overrides default settings for the corresponding scope.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-