Class: TD::Types::MessageContent::ForumTopicCreated

Inherits:
TD::Types::MessageContent show all
Defined in:
lib/tdlib/types/message_content/forum_topic_created.rb

Overview

A forum topic has been created.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#iconTD::Types::ForumTopicIcon

Icon of the topic.

Returns:



6
7
8
# File 'lib/tdlib/types/message_content/forum_topic_created.rb', line 6

def icon
  @icon
end

#nameTD::Types::String

Name of the topic.

Returns:

  • (TD::Types::String)

    the current value of name



6
7
8
# File 'lib/tdlib/types/message_content/forum_topic_created.rb', line 6

def name
  @name
end