![]() |
DiscordCoreAPI
A Discord bot library written in C++, with custom asynchronous coroutines.
|
A single GuildMember. More...
#include <GuildMemberEntities.hpp>
Public Data Members | |
TimeStamp | communicationDisabledUntil {} |
When the user's timeout will expire and the user will be able to communicate in the guild again. | |
std::string | premiumSince {} |
If applicable, when they first boosted the server. | |
![]() | |
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. | |