[ CCode ( has_target = false ) ]
public delegate void ConferenceMessageCallback (Tox self, uint32 conference_number, uint32 peer_number, MessageType type, uint8[] message, void* user_data)
conference_number |
The conference number of the conference the message is intended for. |
peer_number |
The ID of the peer who sent the message. |
type |
The type of message (normal, action, ...). |
message |
The message data. |