v3_set_text()

void v3_set_text(char *comment, char *url, char *integration_text, uint8_t silent);

Arguments

Type Description
char *comment The user's comment text. Set an empty string for no comment (i.e. "", not NULL)
char *url The user's URL text. Set an empty string for no URL (i.e. "", not NULL)
char *integration_text Music player integration text. Set an empty string for no text (i.e. "", not NULL)
uint8_t silent Whether the change should be silent. Non-silent requests may play a notification sound to other users on the server.