mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
[VKAPI] Adding status field on users.get
This commit is contained in:
parent
65e4c163cb
commit
8999d6bd2f
1 changed files with 3 additions and 1 deletions
|
@ -59,7 +59,9 @@ final class Users extends VKAPIRequestHandler
|
|||
case 'photo_max':
|
||||
$response[$i]->photo_max = $usr->getAvatarURL();
|
||||
break;
|
||||
|
||||
case 'status':
|
||||
$responce[$i]->status = $usr->getStatus();
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue