v1

latestOpenAPI 3.0.02026-07-14181255304.7 KB
Groups

Get list of join requests to the group

This method returns the list of join requests to the group

get/groups/{GroupID}/applications

Path parameters

GroupIDstring required

Group ID

Group ID

Query parameters

countnumber

Count of objects to return

offsetnumber

Offset of objects to return

Response

Group Application List

countinteger

Count of requested chats

totalinteger

Total number of returned chats

offsetinteger

Offset of requested chats

Example response

{
  "applications": [
    {
      "request_method": "invite_link",
      "timestamp": 1717680789
    }
  ]
}