Module tdlight.api

Class TdApi.UpdateAutosaveSettings

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Update
it.tdlight.jni.TdApi.UpdateAutosaveSettings
Enclosing class:
TdApi

public static final class TdApi.UpdateAutosaveSettings extends TdApi.Update
Autosave settings for some type of chats were updated.
  • Field Details

  • 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

      public UpdateAutosaveSettings(DataInput input) throws IOException
      Autosave settings for some type of chats were updated.
      Throws:
      IOException
  • Method Details