my_teams
channel_t Struct Reference

#include <events_structures.h>

Collaboration diagram for channel_t:
Collaboration graph

Public Attributes

char uuid [UUID_LENGTH]
 
char team_uuid [UUID_LENGTH]
 
char name [MAX_NAME_LENGTH]
 
char description [MAX_DESCRIPTION_LENGTH]
 

Detailed Description

Struct response for EVT_CREATE_CHANNEL, EVT_CHANNEL_CREATE, EVT_INFO_CHANNEL and EVT_LIST_CHANNELS

Member Data Documentation

◆ description

char channel_t::description[MAX_DESCRIPTION_LENGTH]

◆ name

char channel_t::name[MAX_NAME_LENGTH]

◆ team_uuid

char channel_t::team_uuid[UUID_LENGTH]

◆ uuid

char channel_t::uuid[UUID_LENGTH]

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