Class: TD::Types::MessageContent::ChatUpgradeTo

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

Overview

A basic group was upgraded to a supergroup and was deactivated as the result.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#supergroup_idInteger

Identifier of the supergroup to which the basic group was upgraded.

Returns:

  • (Integer)

    the current value of supergroup_id



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

def supergroup_id
  @supergroup_id
end