Class TdApi.AutoDownloadSettingsPresets

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.AutoDownloadSettingsPresets
Enclosing class:
TdApi

public static class TdApi.AutoDownloadSettingsPresets
extends TdApi.Object
Contains auto-download settings presets for the current user.
  • Field Details

  • Constructor Details

    • AutoDownloadSettingsPresets

      public AutoDownloadSettingsPresets()
      Contains auto-download settings presets for the current user.
    • AutoDownloadSettingsPresets

      public AutoDownloadSettingsPresets​(TdApi.AutoDownloadSettings low, TdApi.AutoDownloadSettings medium, TdApi.AutoDownloadSettings high)
      Contains auto-download settings presets for the current user.
      Parameters:
      low - AutoDownloadSettings Preset with lowest settings; supposed to be used by default when roaming.
      medium - AutoDownloadSettings Preset with medium settings; supposed to be used by default when using mobile data.
      high - AutoDownloadSettings Preset with highest settings; supposed to be used by default when connected on Wi-Fi.
    • AutoDownloadSettingsPresets

      public AutoDownloadSettingsPresets​(DataInput input) throws IOException
      Throws:
      IOException
  • Method Details