Class: TD::Types::Update::Supergroup

Inherits:
TD::Types::Update show all
Defined in:
lib/tdlib/types/update/supergroup.rb

Overview

Some data of a supergroup or a channel has changed. This update is guaranteed to come before the supergroup identifier is returned to the client.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#supergroupTD::Types::Supergroup

New data about the supergroup.

Returns:



6
7
8
# File 'lib/tdlib/types/update/supergroup.rb', line 6

def supergroup
  @supergroup
end