my_teams
|
#include <events_structures.h>
Public Attributes | |
char | channel_uuid [UUID_LENGTH] |
char | user_uuid [UUID_LENGTH] |
char | thread_title [MAX_NAME_LENGTH] |
char | thread_body [MAX_BODY_LENGTH] |
Struct request for EVT_CREATE_THREAD
char thread_create_t::channel_uuid[UUID_LENGTH] |
char thread_create_t::thread_body[MAX_BODY_LENGTH] |
char thread_create_t::thread_title[MAX_NAME_LENGTH] |
char thread_create_t::user_uuid[UUID_LENGTH] |