Class: TD::Types::InputBusinessChatLink

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

Overview

Describes a business chat link to create or edit.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#textTD::Types::FormattedText

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

Returns:



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

def text
  @text
end

#titleTD::Types::String

Link title.

Returns:

  • (TD::Types::String)

    the current value of title



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

def title
  @title
end