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
FieldsModifier and TypeFieldDescriptionstatic final intType of chats for which autosave settings were updated.The new autosave settings; may be null if the settings are reset to default. -
Constructor Summary
ConstructorsConstructorDescriptionAutosave 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:
getConstructorin classTdApi.Object
-
serialize
- Specified by:
serializein classTdApi.Object- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-