Class: TD::Types::ChatEventAction::ForumTopicEdited

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

Overview

A forum topic was edited.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#new_topic_infoTD::Types::ForumTopicInfo

New information about the topic.

Returns:



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_infoTD::Types::ForumTopicInfo

Old information about the topic.

Returns:



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

def old_topic_info
  @old_topic_info
end