Concord - C Discord API library
A Discord API wrapper library written in C
discord_team Struct Reference

#include <teams.h>

Collaboration diagram for discord_team:
[legend]

Data Fields

char * icon
 
u64snowflake id
 
struct discord_team_membersmembers
 
char * name
 
u64snowflake owner_user_id
 

Detailed Description

Field Documentation

◆ icon

char* discord_team::icon

a hash image of the team's icon

◆ id

u64snowflake discord_team::id

the unique ID of the team

◆ members

struct discord_team_members* discord_team::members

the members of the team

◆ name

char* discord_team::name

the name of the team

◆ owner_user_id

u64snowflake discord_team::owner_user_id

the user ID of the current team owner


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