|
Concord - C Discord API library
A Discord API wrapper library written in C
|
#include <teams.h>
Data Fields | |
| char * | icon |
| u64snowflake | id |
| struct discord_team_members * | members |
| char * | name |
| u64snowflake | owner_user_id |
Public methods
discord_team_from_json(const char json[], size_t len, struct discord_team *this)discord_team_from_jsmnf(jsmnf *root, const char json[], struct discord_team *this)| char* discord_team::icon |
a hash image of the team's icon
| u64snowflake discord_team::id |
the unique ID of the team
| struct discord_team_members* discord_team::members |
the members of the team
| char* discord_team::name |
the name of the team
| u64snowflake discord_team::owner_user_id |
the user ID of the current team owner