Class: TD::Types::MessageContent::SupergroupChatCreate

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

Overview

A newly created supergroup or channel.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#titleTD::Types::String

Title of the supergroup or channel.

Returns:

  • (TD::Types::String)

    the current value of title



5
6
7
# File 'lib/tdlib/types/message_content/supergroup_chat_create.rb', line 5

def title
  @title
end