Class: TD::Types::ChatEventAction::TitleChanged
- Inherits:
-
TD::Types::ChatEventAction
- Object
- Dry::Struct
- Base
- TD::Types::ChatEventAction
- TD::Types::ChatEventAction::TitleChanged
- Defined in:
- lib/tdlib/types/chat_event_action/title_changed.rb
Overview
The chat title was changed.
Instance Attribute Summary collapse
-
#new_title ⇒ TD::Types::String
New chat title.
-
#old_title ⇒ TD::Types::String
Previous chat title.
Method Summary
Methods inherited from Base
Instance Attribute Details
#new_title ⇒ TD::Types::String
New chat title.
6 7 8 |
# File 'lib/tdlib/types/chat_event_action/title_changed.rb', line 6 def new_title @new_title end |
#old_title ⇒ TD::Types::String
Previous chat title.
6 7 8 |
# File 'lib/tdlib/types/chat_event_action/title_changed.rb', line 6 def old_title @old_title end |