Class: TD::Types::Backgrounds
- Defined in:
- lib/tdlib/types/backgrounds.rb
Overview
Contains a list of backgrounds.
Instance Attribute Summary collapse
-
#backgrounds ⇒ Array<TD::Types::Background>
A list of backgrounds.
Method Summary
Methods inherited from Base
Instance Attribute Details
#backgrounds ⇒ Array<TD::Types::Background>
A list of backgrounds.
5 6 7 |
# File 'lib/tdlib/types/backgrounds.rb', line 5 def backgrounds @backgrounds end |