Sha256: 2785d82456865f6e05d3ab40ecf6931a34873f892b72675a2f9095965950de15
Contents?: true
Size: 702 Bytes
Versions: 5
Compression:
Stored size: 702 Bytes
Contents
module TD::Types # Contains auto-download settings presets for the user. # # @attr low [TD::Types::AutoDownloadSettings] Preset with lowest settings; supposed to be used by default when # roaming. # @attr medium [TD::Types::AutoDownloadSettings] Preset with medium settings; supposed to be used by default when # using mobile data. # @attr high [TD::Types::AutoDownloadSettings] Preset with highest settings; supposed to be used by default when # connected on Wi-Fi. class AutoDownloadSettingsPresets < Base attribute :low, TD::Types::AutoDownloadSettings attribute :medium, TD::Types::AutoDownloadSettings attribute :high, TD::Types::AutoDownloadSettings end end
Version data entries
5 entries across 5 versions & 2 rubygems