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

#include <guild.h>

Collaboration diagram for discord_guild_preview:
[legend]

Data Fields

u64snowflake id
 
char * name
 
char * icon
 
char * splash
 
char * discovery_splash
 
struct discord_emojisemojis
 
struct stringsfeatures
 
int approximate_member_count
 
int approximate_presence_count
 
char * description
 
struct discord_stickersstickers
 

Detailed Description

Field Documentation

◆ id

u64snowflake discord_guild_preview::id

guild id

◆ name

char* discord_guild_preview::name

guild name (2-100 characters)

◆ icon

char* discord_guild_preview::icon

icon hash

◆ splash

char* discord_guild_preview::splash

splash hash

◆ discovery_splash

char* discord_guild_preview::discovery_splash

discovery splash hash

◆ emojis

struct discord_emojis* discord_guild_preview::emojis

custom guild emojis

◆ features

struct strings* discord_guild_preview::features

enabled guild features

◆ approximate_member_count

int discord_guild_preview::approximate_member_count

approximate number of members in this guild

◆ approximate_presence_count

int discord_guild_preview::approximate_presence_count

approximate number of online members in this guild

◆ description

char* discord_guild_preview::description

the description for the guid, if the guild is discoverable

◆ stickers

struct discord_stickers* discord_guild_preview::stickers

custom guild stickers


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