Class: TD::Types::InputStoryAreaType::Link

Inherits:
TD::Types::InputStoryAreaType show all
Defined in:
lib/tdlib/types/input_story_area_type/link.rb

Overview

An area pointing to a HTTP or tg:// link.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#urlTD::Types::String

HTTP or tg:// URL to be opened when the area is clicked.

Returns:

  • (TD::Types::String)

    the current value of url



5
6
7
# File 'lib/tdlib/types/input_story_area_type/link.rb', line 5

def url
  @url
end