Send a request to set the user's BBM personal message.
#include "bbmsp/bbmsp_userprofile.h"
BBMSP_API bbmsp_result_t bbmsp_set_user_profile_personal_message(const char *personal_message)
BlackBerry 10.0.0
A pointer to the personal message array, encoded as UTF-8.
Sets the user's BBM personal message. A dialog displays to allow the user to accept or reject the change. A personal message is limited to 160 characters; anything longer is truncated. If null is passed in, the personal message is cleared.
BBMSP_ASYNC if successful in sending the request, BBMSP_FAILURE otherwise.