Class: TD::Types::TMeUrlType::ChatInvite

Inherits:
TD::Types::TMeUrlType show all
Defined in:
lib/tdlib/types/t_me_url_type/chat_invite.rb

Overview

A chat invite link.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#infoTD::Types::ChatInviteLinkInfo

Chat invite link info.

Returns:



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

def info
  @info
end