Class: TD::Types::InternalLinkType::Background

Inherits:
TD::Types::InternalLinkType show all
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

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#background_nameTD::Types::String

Name of the background.

Returns:

  • (TD::Types::String)

    the current value of background_name



7
8
9
# File 'lib/tdlib/types/internal_link_type/background.rb', line 7

def background_name
  @background_name
end