Class: TD::Types::CreatedBasicGroupChat

Inherits:
Base
  • Object
show all
Defined in:
lib/tdlib/types/created_basic_group_chat.rb

Overview

Contains information about a newly created basic group chat.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#chat_idInteger

Chat identifier.

Returns:

  • (Integer)

    the current value of chat_id



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

def chat_id
  @chat_id
end

#failed_to_add_membersTD::Types::FailedToAddMembers

Information about failed to add members.

Returns:



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

def failed_to_add_members
  @failed_to_add_members
end