|
dscrd
Discord C library
|
Discord user. More...
#include <dscrd.h>

Data Fields | |
| char | id [21] |
| the user's id identify More... | |
| uint8_t | _type |
| char * | username |
| username, not unique across platform identify More... | |
| char | discriminator [5] |
| user's 4-digit discord-tag identify More... | |
| char * | avatar |
| avatar hash More... | |
| bool | bot |
| whether the user belongs to an OAuth2 application identify More... | |
| bool | mfa_enabled |
| whether the user has two factor enabled on their account identify More... | |
| bool | verified |
| whether the email on this account has been verified email More... | |
| char * | |
| the user's email More... | |
| struct DiscordClient_s * | discord_client |
Discord user.
| uint8_t _type |
| char* avatar |
avatar hash
| bool bot |
whether the user belongs to an OAuth2 application identify
| struct DiscordClient_s* discord_client |
| char discriminator[5] |
user's 4-digit discord-tag identify
| char* email |
the user's email
| char id[21] |
the user's id identify
| bool mfa_enabled |
whether the user has two factor enabled on their account identify
| char* username |
username, not unique across platform identify
| bool verified |
whether the email on this account has been verified email
1.8.13