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



9
10
11
# File 'lib/tdlib/types/basic_group_full_info.rb', line 9

def creator_user_id
  @creator_user_id
end

#descriptionString

Group description.

Returns:

  • (String)

    the current value of description



9
10
11
# File 'lib/tdlib/types/basic_group_full_info.rb', line 9

def description
  @description
end

Invite link for this group; available only for the group creator and only after it has been generated at least once.

Returns:

  • (String)

    the current value of invite_link



9
10
11
# File 'lib/tdlib/types/basic_group_full_info.rb', line 9

def invite_link
  @invite_link
end

#membersArray<TD::Types::ChatMember>

Group members.

Returns:



9
10
11
# File 'lib/tdlib/types/basic_group_full_info.rb', line 9

def members
  @members
end