1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-03-19 21:17:55 +02:00

Обновление доков

This commit is contained in:
Anton Titovets 2024-08-09 16:58:39 +03:00
parent 6815336ea8
commit c99b7b7e31
6 changed files with 36 additions and 6 deletions

View File

@ -33,4 +33,9 @@ Method at API documentation: [GET /self/get](https://teams.vk.com/botapi/#/self/
```
```json title="Result"
{
"userId": "1011893356",
"ok": true
}
```

View File

@ -35,4 +35,9 @@ Method at API documentation: [GET /events/get](https://teams.vk.com/botapi/#/eve
```
```json title="Result"
{
"events": [],
"ok": true
}
```

View File

@ -40,4 +40,9 @@ You can mention a user by appending their userId to the text in the following fo
```
```json title="Result"
{
"msgId": "7401135795345555471",
"ok": true
}
```

View File

@ -33,4 +33,9 @@ sidebar_position: 1
```
```json title="Результат"
{
"userId": "1011893356",
"ok": true
}
```

View File

@ -35,4 +35,9 @@ sidebar_position: 2
```
```json title="Результат"
{
"events": [],
"ok": true
}
```

View File

@ -40,4 +40,9 @@ sidebar_position: 1
```
```json title="Результат"
{
"msgId": "7401135795345555471",
"ok": true
}
```