![]() |
DiscordCoreAPI
A Discord bot library written in C++, with custom asynchronous coroutines.
|
Data structure representing a single GuildMember. More...
#include <FoundationEntities.hpp>
Public Data Members | |
IconHash | avatar {} |
This GuildMember's Guild Avatar. | |
GuildMemberFlags | flags {} |
GuildMember flags. | |
Snowflake | guildId {} |
The current Guild's id. | |
TimeStamp | joinedAt {} |
When they joined the Guild. | |
StringWrapper | nick {} |
Their nick/display name. | |
Permissions | permissions {} |
Their base-level Permissions in the Guild. | |
std::vector< Snowflake > | roles {} |
The Guild roles that they have. | |
![]() | |
Snowflake | id {} |
Additional Inherited Members | |
![]() | |
std::string | getCreatedAtTimestamp (TimeFormat timeFormat) |
Converts the snowflake-id into a time and date stamp. | |