Class: TD::Types::MessageContent::BasicGroupChatCreate

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

Overview

A newly created basic group.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#member_user_idsArray<Integer>

User identifiers of members in the basic group.

Returns:

  • (Array<Integer>)

    the current value of member_user_ids



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

def member_user_ids
  @member_user_ids
end

#titleTD::Types::String

Title of the basic group.

Returns:

  • (TD::Types::String)

    the current value of title



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

def title
  @title
end