|
my_teams
|
#include <events_structures.h>

Public Attributes | |
| char | user_uuid [UUID_LENGTH] |
| char | thread_uuid [UUID_LENGTH] |
| char | body [MAX_BODY_LENGTH] |
| time_t | timestamp |
Struct response for EVT_LIST_REPLIES and EVT_CREATE_REPLY
| char reply_t::body[MAX_BODY_LENGTH] |
| char reply_t::thread_uuid[UUID_LENGTH] |
| time_t reply_t::timestamp |
| char reply_t::user_uuid[UUID_LENGTH] |