Class: TD::Types::ChatEventAction::InviteLinkRevoked

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

Overview

A chat invite link was revoked.

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_revoked.rb', line 5

def invite_link
  @invite_link
end