Class: TD::Types::BackgroundFill::Solid
- Inherits:
-
TD::Types::BackgroundFill
- Object
- Dry::Struct
- TD::Types::Base
- TD::Types::BackgroundFill
- TD::Types::BackgroundFill::Solid
- Defined in:
- lib/tdlib/types/background_fill/solid.rb
Overview
Describes a solid fill of a background.
Instance Attribute Summary collapse
-
#color ⇒ Integer
A color of the background in the RGB24 format.
Method Summary
Methods inherited from TD::Types::Base
Instance Attribute Details
#color ⇒ Integer
A color of the background in the RGB24 format.
5 6 7 |
# File 'lib/tdlib/types/background_fill/solid.rb', line 5 def color @color end |