Class: TD::Types::ChatEventAction::ForumTopicCreated

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

Overview

A new forum topic was created.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#topic_infoTD::Types::ForumTopicInfo

Information about the topic.

Returns:



5
6
7
# File 'lib/tdlib/types/chat_event_action/forum_topic_created.rb', line 5

def topic_info
  @topic_info
end