v1

latestOpenAPI 3.0.02026-07-14181255304.7 KB
Groups

Get group info by invite code

get/groups/link/{InviteCode}

Path parameters

InviteCodestring required

Invite code

Invite Code

Response

Group Info

idstring

Chat ID

name_atinteger

Group name change timestamp

namestring

Group name

participantsCountnumber

Group participants count

created_atinteger

Group creation timestamp

created_bystring

Contact ID

ephemeralnumber

Group ephemeral timer

Example response

{
  "name_at": 1675964377,
  "name": "Group name",
  "participants": [
    {
      "rank": "admin"
    }
  ],
  "created_at": 1675964377
}