Module tdlight.api

Class TdApi.ClearAutosaveSettingsExceptions

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function<TdApi.Ok>
it.tdlight.jni.TdApi.ClearAutosaveSettingsExceptions
Enclosing class:
TdApi

public static final class TdApi.ClearAutosaveSettingsExceptions extends TdApi.Function<TdApi.Ok>
Clears the list of all autosave settings exceptions. The method is guaranteed to work only after at least one call to getAutosaveSettings. Returns Ok
  • Field Details

  • Constructor Details

    • ClearAutosaveSettingsExceptions

      public ClearAutosaveSettingsExceptions()
      Clears the list of all autosave settings exceptions. The method is guaranteed to work only after at least one call to getAutosaveSettings. Returns Ok
    • ClearAutosaveSettingsExceptions

      public ClearAutosaveSettingsExceptions(DataInput input) throws IOException
      Clears the list of all autosave settings exceptions. The method is guaranteed to work only after at least one call to getAutosaveSettings. Returns Ok
      Throws:
      IOException
  • Method Details