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

#include <channel.h>

Collaboration diagram for discord_allowed_mention:
[legend]

Data Fields

struct stringsparse
 
struct snowflakesroles
 
struct snowflakesusers
 
bool replied_user
 

Field Documentation

◆ parse

struct strings* discord_allowed_mention::parse

An array of allowed mention tpes to parse from the content

◆ roles

struct snowflakes* discord_allowed_mention::roles

Array of role_ids to mention (Max size of 100)

◆ users

struct snowflakes* discord_allowed_mention::users

Array of user_ids to mention (Max size of 100)

◆ replied_user

bool discord_allowed_mention::replied_user

For replies, whether to mention the author of the message being replied to (default false)


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