mirror of
https://github.com/Fijxu/BooyahDocs.git
synced 2025-01-27 11:43:13 -03:00
13 lines
210 B
Markdown
13 lines
210 B
Markdown
|
# Recieved Likes Count - Public
|
||
|
|
||
|
Request Method: GET
|
||
|
|
||
|
* */users/`userID`/received-likes/count* = Get the channels followed by this user
|
||
|
* Response Example:
|
||
|
|
||
|
```js
|
||
|
{
|
||
|
"count": 1241
|
||
|
}
|
||
|
```
|