Class: TD::Types::MessageContent::ChatUpgradeFrom

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

Overview

A supergroup has been created from a basic group.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#basic_group_idInteger

The identifier of the original basic group.

Returns:

  • (Integer)

    the current value of basic_group_id



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

def basic_group_id
  @basic_group_id
end

#titleTD::Types::String

Title of the newly created supergroup.

Returns:

  • (TD::Types::String)

    the current value of title



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

def title
  @title
end