Concord - C Discord API library
A Discord API wrapper library written in C
|
#include <gateway.h>
Data Fields | |
u64snowflake | guild_id |
u64snowflake | channel_id |
u64unix_ms | last_pin_timestamp |
Public methods
discord_channel_pins_update_from_json(const char json[], size_t len, struct discord_channel_pins_update *this)
discord_channel_pins_update_from_jsmnf(jsmnf *root, const char json[], struct discord_channel_pins_update *this)
discord_channel_pins_update_to_json(char buf[], size_t size, const struct discord_channel_pins_update *this)
discord_channel_pins_update_to_jsonb(jsonb *b, char buf[], size_t size, const struct discord_channel_pins_update *this)
u64snowflake discord_channel_pins_update::guild_id |
the id of the guild
u64snowflake discord_channel_pins_update::channel_id |
the id of the channel
u64unix_ms discord_channel_pins_update::last_pin_timestamp |
the time at which the most recent pinned message was pinned