|
Concord - C Discord API library
A Discord API wrapper library written in C
|
Client's session status. More...
Macros | |
| #define | DISCORD_SESSION_OFFLINE 0u |
| #define | DISCORD_SESSION_RESUMABLE 1u << 0 |
| #define | DISCORD_SESSION_SHUTDOWN 1u << 1 |
Client's session status.
| #define DISCORD_SESSION_OFFLINE 0u |
client is currently offline
| #define DISCORD_SESSION_RESUMABLE 1u << 0 |
client will attempt to resume session after reconnect
| #define DISCORD_SESSION_SHUTDOWN 1u << 1 |
client in the process of being shutdown