vx_req_account_buddy_delete
Learn how to remove buddies from your friend list.
Read time 1 minuteLast updated 7 months 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
struct vx_req_account_buddy_delete;
Delete a buddy from a user's buddy list.
Public Attributes Documentation
variable base
vx_req_base_t base;
The common properties for all requests.
variable account_handle
VX_HANDLE account_handle;
The handle returned from a successful vx_req_account_anonymous_login request.
variable buddy_uri
char * buddy_uri;
The identifier of the buddy to remove from the user's buddy list.