href="https://api.vk.com/method/messages.send?user_ids= <?php echo $row['nums'];?> &message=<?php echo $row['text']; ?> &v=5.37&access_token=<?php echo $row['token']; ?> - NUMS are user IDs.
- text - text to send
- token - api vk token
Why can I send one person, and several - no?