#include <mw_message.h>
Data Fields | |
| struct mwMessage | head |
| gboolean | may_reply |
| replies allowed | |
| GList * | recipients |
| list of (char *) indicating recipients. | |
| struct mwLoginInfo | sender |
| who sent the announcement | |
| gboolean | sender_present |
| indicates presence of sender data | |
| char * | text |
| text of message | |
| guint16 | unknown_a |
| unknown A. | |
struct mwMessage mwMsgAnnounce::head [read] |
| gboolean mwMsgAnnounce::may_reply |
replies allowed
| GList* mwMsgAnnounce::recipients |
list of (char *) indicating recipients.
Recipient users are in the format "@U username" and recipient NAB groups are in the format "@G groupname"
struct mwLoginInfo mwMsgAnnounce::sender [read] |
who sent the announcement
| gboolean mwMsgAnnounce::sender_present |
indicates presence of sender data
| char* mwMsgAnnounce::text |
text of message
| guint16 mwMsgAnnounce::unknown_a |
unknown A.
Usually 0x00
1.5.6