my_teams
thread_t Struct Reference

#include <events_structures.h>

Collaboration diagram for thread_t:
Collaboration graph

Public Attributes

char uuid [UUID_LENGTH]
 
char user_uuid [UUID_LENGTH]
 
char channel_uuid [UUID_LENGTH]
 
char title [MAX_NAME_LENGTH]
 
char body [MAX_BODY_LENGTH]
 
time_t timestamp
 

Detailed Description

Struct response for EVT_THREAD_CREATE, EVT_CREATE_THREAD and EVT_INFO_THREAD

Member Data Documentation

◆ body

char thread_t::body[MAX_BODY_LENGTH]

◆ channel_uuid

char thread_t::channel_uuid[UUID_LENGTH]

◆ timestamp

time_t thread_t::timestamp

◆ title

char thread_t::title[MAX_NAME_LENGTH]

◆ user_uuid

char thread_t::user_uuid[UUID_LENGTH]

◆ uuid

char thread_t::uuid[UUID_LENGTH]

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