Class: TD::Types::ChatType::BasicGroup

Inherits:
TD::Types::ChatType show all
Defined in:
lib/tdlib/types/chat_type/basic_group.rb

Overview

A basic group (i.e., a chat with 0-200 other users).

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#basic_group_idInteger

Basic group identifier.

Returns:

  • (Integer)

    the current value of basic_group_id



5
6
7
# File 'lib/tdlib/types/chat_type/basic_group.rb', line 5

def basic_group_id
  @basic_group_id
end