Class: TD::Types::Update::BasicGroup

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

Overview

Some data of a basic group has changed. This update is guaranteed to come before the basic group identifier is returned to the client.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#basic_groupTD::Types::BasicGroup

New data about the group.

Returns:



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

def basic_group
  @basic_group
end