Class: TD::Types::ChatEventAction::InviteLinkEdited

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

Overview

A chat invite link was edited.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

New information about the invite link.

Returns:



6
7
8
# File 'lib/tdlib/types/chat_event_action/invite_link_edited.rb', line 6

def new_invite_link
  @new_invite_link
end

Previous information about the invite link.

Returns:



6
7
8
# File 'lib/tdlib/types/chat_event_action/invite_link_edited.rb', line 6

def old_invite_link
  @old_invite_link
end