Class: TD::Types::InternalLinkType::BusinessChat

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

Overview

The link is a link to a business chat. Use getBusinessChatLinkInfo with the provided link name to get information about the link, then open received

private chat and replace chat draft with the provided text.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

Name of the link.

Returns:

  • (TD::Types::String)

    the current value of link_name



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

def link_name
  @link_name
end