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

#include <guild.h>

Collaboration diagram for discord_integration_application:
[legend]

Data Fields

u64snowflake id
 
char * name
 
char * icon
 
char * description
 
char * summary
 
struct discord_userbot
 

Field Documentation

◆ id

u64snowflake discord_integration_application::id

the id of the app

◆ name

char* discord_integration_application::name

the name of the app

◆ icon

char* discord_integration_application::icon

the icon hash of the app

◆ description

char* discord_integration_application::description

the description of the app

◆ summary

char* discord_integration_application::summary

the summary of the app

◆ bot

struct discord_user* discord_integration_application::bot

the bot associated with this application


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