Class: TD::Types::BusinessChatLinks

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

Overview

Contains a list of business chat links created by the user.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

List of links.

Returns:



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

def links
  @links
end