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

Presence update data. More...

#include <FoundationEntities.hpp>

Public Data Members

jsonifier::vector< activity_dataactivities {}
 Array of activity objects user_data's current activities.
 
client_status clientStatus {}
 user_data's platform-dependent status
 
snowflake guildId {}
 snowflake id of the guild.
 
jsonifier::string status {}
 Either "idle", "dnd", "online", or "offline".
 
user_data user {}
 User_data object user_data whose presence is being updated.
 

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