You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -136,7 +136,7 @@ This method will be called when an incoming message is received. Next, process m
136
136
|`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)|
137
137
|`groups.getGroupData`| The method gets group chat data |[GetGroupData.md](https://github.com/green-api/docs/blob/master/ru/docs/api/account/GetGroupData.md)|
138
138
|`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)|
140
140
|`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)|
141
141
|`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)|
142
142
|`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