vk_friends_get_online
Retrieve a list of user IDs of online friends on VK. Filter by friend list or mobile status.
Instructions
Returns a list of user IDs of a user's friends who are online. VK API method: friends.getOnline. Tool name: vk_friends_get_online. Section: friends. Access level: read.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | No | User ID. | |
| list_id | No | Friend list ID. If this parameter is not set, information about all online friends is returned. | |
| online_mobile | No | '1' - to return an additional 'online_mobile' field, '0' - (default), | |
| order | No | Sort order: 'random' - random order | |
| count | No | Number of friends to return. | |
| offset | No | Offset needed to return a specific subset of friends. |