Class: TD::Types::ChatEventAction::LinkedChatChanged
- Inherits:
-
TD::Types::ChatEventAction
- Object
- Dry::Struct
- Base
- TD::Types::ChatEventAction
- TD::Types::ChatEventAction::LinkedChatChanged
- 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
-
#new_linked_chat_id ⇒ Integer
New supergroup linked chat identifier.
-
#old_linked_chat_id ⇒ Integer
Previous supergroup linked chat identifier.
Method Summary
Methods inherited from Base
Instance Attribute Details
#new_linked_chat_id ⇒ Integer
New supergroup linked chat identifier.
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_id ⇒ Integer
Previous supergroup linked chat identifier.
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 |