Class: TD::Types::InternalLinkType::Background
- Inherits:
-
TD::Types::InternalLinkType
- Object
- Dry::Struct
- Base
- TD::Types::InternalLinkType
- TD::Types::InternalLinkType::Background
- Defined in:
- lib/tdlib/types/internal_link_type/background.rb
Overview
The link is a link to a background. Call searchBackground with the given background name to process the link If background is found and the user wants
to apply it, then call setDefaultBackground.
Instance Attribute Summary collapse
-
#background_name ⇒ TD::Types::String
Name of the background.
Method Summary
Methods inherited from Base
Instance Attribute Details
#background_name ⇒ TD::Types::String
Name of the background.
7 8 9 |
# File 'lib/tdlib/types/internal_link_type/background.rb', line 7 def background_name @background_name end |