[ CCode ( has_target = false ) ]
public delegate void FriendStatusMessageCallback (Tox self, uint32 friend_number, uint8[] message, void* user_data)
friend_number |
The friend number of the friend whose status message changed. |
message |
A string containing the same data as Tox.friend_get_status_message would write to its `status_message` parameter. |