|
Concord - C Discord API library
A Discord API wrapper library written in C
|
#include <channel.h>
Data Fields | |
| char * | reason |
| char * | name |
| int | auto_archive_duration |
| int | rate_limit_per_user |
Public methods
discord_start_thread_with_message_from_json(const char json[], size_t len, struct discord_start_thread_with_message *this)discord_start_thread_with_message_from_jsmnf(jsmnf *root, const char json[], struct discord_start_thread_with_message *this)| char* discord_start_thread_with_message::reason |
| reason | a reason to indicate why the action was taken |
| char* discord_start_thread_with_message::name |
1-100 character channel name
| int discord_start_thread_with_message::auto_archive_duration |
duration in minutes to automatically archive the thread after recent activity, can be set to: 60, 1440, 4320, 10080
| int discord_start_thread_with_message::rate_limit_per_user |
amount of seconds a user has to wait before sending another message (0-21600)