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

#include <gateway.h>

Data Fields

u64snowflake guild_id
 
u64snowflake role_id
 

Detailed Description

Public methods

Examples
guild.c.

Field Documentation

◆ guild_id

u64snowflake discord_guild_role_delete::guild_id

the id of the guild

◆ role_id

u64snowflake discord_guild_role_delete::role_id

the id of the role

Examples
guild.c.

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