java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Update
it.tdlight.jni.TdApi.UpdateAutosaveSettings
- Enclosing class:
- TdApi
Autosave settings for some type of
chats were updated.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Type of chats for which autosave settings were updated.The new autosave settings; may be null if the settings are reset to default. -
Constructor Summary
ConstructorDescriptionAutosave settings for some type of chats were updated.UpdateAutosaveSettings
(TdApi.AutosaveSettingsScope scope, TdApi.ScopeAutosaveSettings settings) Autosave settings for some type of chats were updated.UpdateAutosaveSettings
(DataInput input) Autosave settings for some type of chats were updated. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
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. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
UpdateAutosaveSettings
public UpdateAutosaveSettings()Autosave settings for some type of chats were updated. -
UpdateAutosaveSettings
public UpdateAutosaveSettings(TdApi.AutosaveSettingsScope scope, TdApi.ScopeAutosaveSettings settings) Autosave settings for some type of chats were updated.- Parameters:
scope
- AutosaveSettingsScope Type of chats for which autosave settings were updated.settings
- ScopeAutosaveSettings The new autosave settings; may be null if the settings are reset to default.
-
UpdateAutosaveSettings
Autosave settings for some type of chats were updated.- 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()
-