meanwhile  1.1.1
Data Fields
mwMsgAnnounce Struct Reference

An announcement between users. More...

#include <mw_message.h>

Data Fields

struct mwMessage head
 
gboolean may_reply
 replies allowed More...
 
GList * recipients
 list of (char *) indicating recipients. More...
 
struct mwLoginInfo sender
 who sent the announcement More...
 
gboolean sender_present
 indicates presence of sender data More...
 
char * text
 text of message More...
 
guint16 unknown_a
 unknown A. More...
 

Detailed Description

An announcement between users.

Field Documentation

◆ head

struct mwMessage mwMsgAnnounce::head

◆ may_reply

gboolean mwMsgAnnounce::may_reply

replies allowed

◆ recipients

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"

◆ sender

struct mwLoginInfo mwMsgAnnounce::sender

who sent the announcement

◆ sender_present

gboolean mwMsgAnnounce::sender_present

indicates presence of sender data

◆ text

char* mwMsgAnnounce::text

text of message

◆ unknown_a

guint16 mwMsgAnnounce::unknown_a

unknown A.

Usually 0x00


The documentation for this struct was generated from the following file: