Class: TD::Types::InputBackground::Local
- Inherits:
-
TD::Types::InputBackground
- Object
- Dry::Struct
- Base
- TD::Types::InputBackground
- TD::Types::InputBackground::Local
- Defined in:
- lib/tdlib/types/input_background/local.rb
Overview
A background from a local file.
Instance Attribute Summary collapse
-
#background ⇒ TD::Types::InputFile
Background file to use.
Method Summary
Methods inherited from Base
Instance Attribute Details
#background ⇒ TD::Types::InputFile
Background file to use. Only TD::Types::InputFile::Local and TD::Types::InputFile::Generated are supported. The file must be in JPEG format for wallpapers and in PNG format for patterns.
7 8 9 |
# File 'lib/tdlib/types/input_background/local.rb', line 7 def background @background end |