vx_resp_account_buddy_set
Learn how to set presence information.
Read time 1 minuteLast updated a day ago
The response for vx_req_account_buddy_set. More...
#include <VxcResponses.h>Public Attributes
Name | |
|---|---|
| vx_resp_base_t | base The common properties for all responses. |
| int | account_id The account ID of the buddy. |
Detailed Description
The response for vx_req_account_buddy_set. See: vx_req_account_buddy_setstruct vx_resp_account_buddy_set;
Public Attributes Documentation
variable base
The common properties for all responses.vx_resp_base_t base;
variable account_id
The account ID of the buddy.int account_id;