Class: TD::Types::ScopeAutosaveSettings
- Defined in:
- lib/tdlib/types/scope_autosave_settings.rb
Overview
Contains autosave settings for an autosave settings scope.
Instance Attribute Summary collapse
-
#autosave_photos ⇒ Boolean
True, if photo autosave is enabled.
-
#autosave_videos ⇒ Boolean
True, if video autosave is enabled.
-
#max_video_file_size ⇒ Integer
The maximum size of a video file to be autosaved, in bytes; 512 KB - 4000 MB.
Method Summary
Methods inherited from Base
Instance Attribute Details
#autosave_photos ⇒ Boolean
True, if photo autosave is enabled.
7 8 9 |
# File 'lib/tdlib/types/scope_autosave_settings.rb', line 7 def autosave_photos @autosave_photos end |
#autosave_videos ⇒ Boolean
True, if video autosave is enabled.
7 8 9 |
# File 'lib/tdlib/types/scope_autosave_settings.rb', line 7 def autosave_videos @autosave_videos end |
#max_video_file_size ⇒ Integer
The maximum size of a video file to be autosaved, in bytes; 512 KB - 4000 MB.
7 8 9 |
# File 'lib/tdlib/types/scope_autosave_settings.rb', line 7 def max_video_file_size @max_video_file_size end |