Skip to content

Commit 9ca1628

Browse files
committed
Fix
1 parent 39a32b5 commit 9ca1628

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ This method will be called when an incoming message is received. Next, process m
136136
| `groups.createGroup` | The method adds a participant to a group chat. IMPORTANT: If one tries to create a group with a non-existent number, WhatsApp may block the sender's number. | [CreateGroup.md](https://github.com/green-api/docs/blob/master/ru/docs/api/groups/CreateGroup.md) |
137137
| `groups.getGroupData` | The method gets group chat data | [GetGroupData.md](https://github.com/green-api/docs/blob/master/ru/docs/api/account/GetGroupData.md) |
138138
| `groups.leaveGroup` | The method makes the current account user leave the group chat | [LeaveGroup.md](https://github.com/green-api/docs/blob/master/ru/docs/api/groups/LeaveGroup.md) |
139-
| `groups.removeAdmin` | he method removes a participant from group chat administartion rights | [RemoveAdmin.md](https://github.com/green-api/docs/blob/master/ru/docs/api/groups/RemoveAdmin.md) |
139+
| `groups.removeAdmin` | he method removes a participant from group chat administration rights | [RemoveAdmin.md](https://github.com/green-api/docs/blob/master/ru/docs/api/groups/RemoveAdmin.md) |
140140
| `groups.removeGroupParticipant` | The method removes a participant from a group chat | [RemoveGroupParticipant.md](https://github.com/green-api/docs/blob/master/ru/docs/api/groups/RemoveGroupParticipant.md) |
141141
| `groups.setGroupAdmin` | The method sets a group chat participant as an administrator | [SetGroupAdmin.md](https://github.com/green-api/docs/blob/master/ru/docs/api/groups/SetGroupAdmin.md) |
142142
| `groups.setGroupPicture` | The method sets a group picture | [SetGroupPicture.md](https://github.com/green-api/docs/blob/master/ru/docs/api/groups/SetGroupPicture.md) |

0 commit comments

Comments
 (0)