Skip to content

Commit

Permalink
Правки доков
Browse files Browse the repository at this point in the history
  • Loading branch information
Bayselonarrend committed Aug 18, 2024
1 parent e784d7a commit d46cc34
Show file tree
Hide file tree
Showing 13 changed files with 4,366 additions and 4,340 deletions.
4 changes: 3 additions & 1 deletion docs/en/md/VKTeams/Chat-management/Set-chat-description.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,7 @@ To call this method, the bot must be an administrator in the chat room.
```

```json title="Result"

{
"ok": true
}
```
4 changes: 3 additions & 1 deletion docs/en/md/VKTeams/Chat-management/Set-chat-rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,7 @@ To call this method, the bot must be an administrator in the chat room.
```

```json title="Result"

{
"ok": true
}
```
4 changes: 3 additions & 1 deletion docs/en/md/VKTeams/Chat-management/Set-chat-title.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,7 @@ To call this method, the bot must be an administrator in the chat room.
```

```json title="Result"

{
"ok": true
}
```
4 changes: 3 additions & 1 deletion docs/en/md/VKTeams/Message-sending/Delete-message.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,7 @@ Method at API documentation: [GET /messages/deleteMessages](https://teams.vk.com
```

```json title="Result"

{
"ok": true
}
```
5 changes: 4 additions & 1 deletion docs/ru/md/VKTeams/Chat-management/Approve-pending.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,8 @@ sidebar_position: 10
```

```json title="Результат"

{
"ok": false,
"description": "User is not pending or nobody in pending list"
}
```
5 changes: 4 additions & 1 deletion docs/ru/md/VKTeams/Chat-management/Disapprove-pending.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,8 @@ sidebar_position: 11
```

```json title="Результат"

{
"ok": false,
"description": "User is not pending or nobody in pending list"
}
```
4 changes: 3 additions & 1 deletion docs/ru/md/VKTeams/Chat-management/Set-chat-description.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,7 @@ sidebar_position: 13
```

```json title="Результат"

{
"ok": true
}
```
4 changes: 3 additions & 1 deletion docs/ru/md/VKTeams/Chat-management/Set-chat-rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,7 @@ sidebar_position: 14
```

```json title="Результат"

{
"ok": true
}
```
4 changes: 3 additions & 1 deletion docs/ru/md/VKTeams/Chat-management/Set-chat-title.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,7 @@ sidebar_position: 12
```

```json title="Результат"

{
"ok": true
}
```
4 changes: 3 additions & 1 deletion docs/ru/md/VKTeams/Message-sending/Delete-message.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,7 @@ sidebar_position: 5
```

```json title="Результат"

{
"ok": true
}
```
4 changes: 3 additions & 1 deletion docs/ru/md/VKTeams/Message-sending/Pin-message.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,7 @@ sidebar_position: 9
```

```json title="Результат"

{
"ok": true
}
```
4 changes: 3 additions & 1 deletion docs/ru/md/VKTeams/Message-sending/Unpin-message.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,7 @@ sidebar_position: 10
```

```json title="Результат"

{
"ok": true
}
```
Loading

0 comments on commit d46cc34

Please sign in to comment.