Function
Purpleserv_chat_send
Declaration [src]
int
purple_serv_chat_send (
PurpleConnection* gc,
int id,
PurpleMessage* msg
)
Description [src]
Send a message to a chat.
This protocol function should return a positive value on
success. If the message is too big to be sent, return
Parameters
gc |
PurpleConnection |
The connection over which to send the typing notification. |
|
The data is owned by the caller of the function. | |
id |
int |
The id of the chat to send the message to. |
|
msg |
PurpleMessage |
The message to send to the chat. |
|
The data is owned by the caller of the function. |