DiscordCoreAPI
A Discord bot library written in C++, with custom asynchronous coroutines.
Loading...
Searching...
No Matches
DiscordCoreAPI::TimeoutGuildMemberData Struct Reference

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.
 

The documentation for this struct was generated from the following file: