Class: TD::Types::BackgroundType::Fill
- Inherits:
-
TD::Types::BackgroundType
- Object
- Dry::Struct
- TD::Types::Base
- TD::Types::BackgroundType
- TD::Types::BackgroundType::Fill
- Defined in:
- lib/tdlib/types/background_type/fill.rb
Overview
A filled background.
Instance Attribute Summary collapse
-
#fill ⇒ TD::Types::BackgroundFill
Description of the background fill.
Method Summary
Methods inherited from TD::Types::Base
Instance Attribute Details
#fill ⇒ TD::Types::BackgroundFill
Description of the background fill.
5 6 7 |
# File 'lib/tdlib/types/background_type/fill.rb', line 5 def fill @fill end |