Class: TD::Types::ChatEventAction::InviteLinkDeleted

Inherits:
TD::Types::ChatEventAction show all
Defined in:
lib/tdlib/types/chat_event_action/invite_link_deleted.rb

Overview

A revoked chat invite link was deleted.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

The invite link.

Returns:



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

def invite_link
  @invite_link
end