Class: TD::Types::InputBackground::Remote
- Inherits:
-
TD::Types::InputBackground
- Object
- Dry::Struct
- Base
- TD::Types::InputBackground
- TD::Types::InputBackground::Remote
- Defined in:
- lib/tdlib/types/input_background/remote.rb
Overview
A background from the server.
Instance Attribute Summary collapse
-
#background_id ⇒ Integer
The background identifier.
Method Summary
Methods inherited from Base
Instance Attribute Details
#background_id ⇒ Integer
The background identifier.
5 6 7 |
# File 'lib/tdlib/types/input_background/remote.rb', line 5 def background_id @background_id end |