Skip to content

Commit b8b46f1

Browse files
fix(typo): WhatsApp
1 parent db866bf commit b8b46f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4215,9 +4215,9 @@ Message (`Message`): The message (text, image, video, etc.) that the user wants
42154215

42164216
Result (`boolean`): Represents whether the operation was successful or not.
42174217

4218-
### Join or leave a group
4218+
### Join or leave a channel
42194219

4220-
This API will join or remove a user given by `userID` to a channel (chat or group) given by `channelID`.
4220+
Allows the user to join or leave a channel (chat or group).
42214221

42224222
```tsx
42234223
joinGroup(userID: UUID, channelID: UUID): boolean

0 commit comments

Comments
 (0)