Class: TD::Types::BusinessChatLinkInfo

Inherits:
Base
  • Object
show all
Defined in:
lib/tdlib/types/business_chat_link_info.rb

Overview

Contains information about a business chat link.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#chat_idInteger

Identifier of the private chat that created the link.

Returns:

  • (Integer)

    the current value of chat_id



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

def chat_id
  @chat_id
end

#textTD::Types::FormattedText

Message draft text that must be added to the input field.

Returns:



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

def text
  @text
end