vx_req_account_buddy_delete
Learn how to remove buddies from your friend list.
Read time 1 minuteLast updated 20 hours ago
Delete a buddy from a user's buddy list. More...
#include <VxcRequests.h>Public Attributes
Name | |
|---|---|
| vx_req_base_t | base The common properties for all requests. |
| VX_HANDLE | account_handle The handle returned from a successful vx_req_account_anonymous_login request. |
| char * | buddy_uri The identifier of the buddy to remove from the user's buddy list. |
Detailed Description
Delete a buddy from a user's buddy list. See: vx_resp_account_buddy_deletestruct vx_req_account_buddy_delete;
Public Attributes Documentation
variable base
The common properties for all requests.vx_req_base_t base;
variable account_handle
The handle returned from a successful vx_req_account_anonymous_login request.VX_HANDLE account_handle;
variable buddy_uri
The identifier of the buddy to remove from the user's buddy list.char * buddy_uri;