CRMchat APIBeta
Telegram APIBots

bots.getPopularAppBots

POST
/workspaces/{workspaceId}/telegram-accounts/{accountId}/call/bots.getPopularAppBots

Fetch popular Main Mini Apps, to be used in the apps tab of global search ».

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

workspaceId*string

Workspace ID

accountId*string

Telegram account ID

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

params*

Fetch popular Main Mini Apps, to be used in the apps tab of global search ».

Response Body

application/json

application/json

curl -X POST "https://example.com/workspaces/string/telegram-accounts/string/call/bots.getPopularAppBots" \  -H "Content-Type: application/json" \  -d '{    "params": {      "offset": "string",      "limit": 0    }  }'
{  "result": {    "_": "bots.popularAppBots",    "nextOffset": "string",    "users": [      {        "_": "userEmpty",        "id": 0      }    ]  }}