Class: TD::Types::ChatEventAction::ForumTopicEdited
- Inherits:
-
TD::Types::ChatEventAction
- Object
- Dry::Struct
- Base
- TD::Types::ChatEventAction
- TD::Types::ChatEventAction::ForumTopicEdited
- Defined in:
- lib/tdlib/types/chat_event_action/forum_topic_edited.rb
Overview
A forum topic was edited.
Instance Attribute Summary collapse
-
#new_topic_info ⇒ TD::Types::ForumTopicInfo
New information about the topic.
-
#old_topic_info ⇒ TD::Types::ForumTopicInfo
Old information about the topic.
Method Summary
Methods inherited from Base
Instance Attribute Details
#new_topic_info ⇒ TD::Types::ForumTopicInfo
New information about the topic.
6 7 8 |
# File 'lib/tdlib/types/chat_event_action/forum_topic_edited.rb', line 6 def new_topic_info @new_topic_info end |
#old_topic_info ⇒ TD::Types::ForumTopicInfo
Old information about the topic.
6 7 8 |
# File 'lib/tdlib/types/chat_event_action/forum_topic_edited.rb', line 6 def old_topic_info @old_topic_info end |