Concord - C Discord API library
A Discord API wrapper library written in C
|
#include <channel.h>
Data Fields | |
u64snowflake | id |
u64snowflake | user_id |
u64unix_ms | join_timestamp |
u64bitmask | flags |
u64snowflake | guild_id |
Public methods
discord_thread_member_from_json(const char json[], size_t len, struct discord_thread_member *this)
discord_thread_member_from_jsmnf(jsmnf *root, const char json[], struct discord_thread_member *this)
u64snowflake discord_thread_member::id |
the id of the thread
u64snowflake discord_thread_member::user_id |
the id of the user
u64unix_ms discord_thread_member::join_timestamp |
the time the current user last joined the thread
u64bitmask discord_thread_member::flags |
any user-thread settings, currently only used for notifications
u64snowflake discord_thread_member::guild_id |
the id of the guild
Thread Member Update