Class: TD::Types::InternalLinkType::UnknownDeepLink

Inherits:
TD::Types::InternalLinkType show all
Defined in:
lib/tdlib/types/internal_link_type/unknown_deep_link.rb

Overview

The link is an unknown tg: link. Call getDeepLinkInfo to process the link.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

Link to be passed to getDeepLinkInfo.

Returns:

  • (TD::Types::String)

    the current value of link



6
7
8
# File 'lib/tdlib/types/internal_link_type/unknown_deep_link.rb', line 6

def link
  @link
end