Class: TD::Types::TargetChat::InternalLink

Inherits:
TD::Types::TargetChat show all
Defined in:
lib/tdlib/types/target_chat/internal_link.rb

Overview

The chat needs to be open with the provided internal link.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

An internal link pointing to the chat.

Returns:



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

def link
  @link
end