![]() |
DiscordCoreAPI
A Discord bot library written in C++, with custom asynchronous coroutines.
|
For timing out a GuildMember. More...
#include <GuildMemberEntities.hpp>
Public Data Members | |
Snowflake | guildId {} |
The id of the Guild from which you would like to acquire a member. | |
Snowflake | guildMemberId {} |
The id of the GuildMemberData to be timed-out. | |
TimeoutDurations | numOfMinutesToTimeoutFor {} |
The number of minutes to time-out the GuildMemberData for. | |
std::string | reason {} |
Reason for timing them out. | |