Class: TD::Types::BasicGroupFullInfo

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

Overview

Contains full information about a basic group.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#creator_user_idInteger

User identifier of the creator of the group; 0 if unknown.

Returns:

  • (Integer)

    the current value of creator_user_id



12
13
14
# File 'lib/tdlib/types/basic_group_full_info.rb', line 12

def creator_user_id
  @creator_user_id
end

#descriptionTD::Types::String

Group description. Updated only after the basic group is opened.

Returns:

  • (TD::Types::String)

    the current value of description



12
13
14
# File 'lib/tdlib/types/basic_group_full_info.rb', line 12

def description
  @description
end

Primary invite link for this group; may be null. For chat administrators with can_invite_users right only. Updated only after the basic group is opened.

Returns:



12
13
14
# File 'lib/tdlib/types/basic_group_full_info.rb', line 12

def invite_link
  @invite_link
end

#membersArray<TD::Types::ChatMember>

Group members.

Returns:



12
13
14
# File 'lib/tdlib/types/basic_group_full_info.rb', line 12

def members
  @members
end

#photoTD::Types::ChatPhoto?

Chat photo; may be null.

Returns:



12
13
14
# File 'lib/tdlib/types/basic_group_full_info.rb', line 12

def photo
  @photo
end