#include <conversation.h>
Data Fields | |
PurpleConversation * | conv |
The parent conversation. | |
GList * | in_room |
The users in the room. | |
GList * | ignored |
Ignored users. | |
char * | who |
The person who set the topic. | |
char * | topic |
The topic. | |
int | id |
The chat ID. | |
char * | nick |
Your nick in this chat. | |
gboolean | left |
We left the chat and kept the window open. |
Definition at line 269 of file conversation.h.