Class: TD::Types::ChatEventAction::LinkedChatChanged

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

Overview

The linked chat of a supergroup was changed.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#new_linked_chat_idInteger

New supergroup linked chat identifier.

Returns:

  • (Integer)

    the current value of new_linked_chat_id



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

def new_linked_chat_id
  @new_linked_chat_id
end

#old_linked_chat_idInteger

Previous supergroup linked chat identifier.

Returns:

  • (Integer)

    the current value of old_linked_chat_id



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

def old_linked_chat_id
  @old_linked_chat_id
end