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

For timing out a guild_member. 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 guild_member_data to be timed-out.
 
timeout_durations numOfMinutesToTimeoutFor {}
 The number of minutes to time-out the guild_member_data for.
 
jsonifier::string reason {}
 Reason for timing them out.
 

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