Skip to content

getBasicGroup

Sahri Riza Umami edited this page Jun 6, 2018 · 1 revision

Returns information about a basic group by its identifier.
This is an offline request if the current user is not a bot.

getBasicGroup(basic_group_id)
Field Type Description
basic_group_id int32 Basic group identifier

Example

  • Get information about a basic group 1234567890

    getBasicGroup(1234567890)

    Response:

    {
      ["@type"] = "basicGroup",
      everyone_is_administrator = true,
      id = 334499774,
      is_active = true,
      member_count = 4,
      status = {
        ["@type"] = "chatMemberStatusCreator",
        is_member = true
      },
      upgraded_to_supergroup_id = 0
    }

Frequently Asked Questions
The Functions

Clone this wiki locally