vk_friends_get_online
Retrieve user IDs of a VK user's friends currently online. Filter by friend list, mobile presence, or specify count and offset.
Instructions
Returns a list of user IDs of a user's friends who are online.
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. |