D++ (DPP)
C++ Discord API Bot Library
|
An activity asset are the images and the hover text displayed in the rich presence. More...
#include <presence.h>
Public Member Functions | |
activity_assets ()=default | |
Public Attributes | |
std::string | large_image |
The large asset image which usually contain snowflake ID or prefixed image ID. More... | |
std::string | large_text |
Text displayed when hovering over the large image of the activity. More... | |
std::string | small_image |
The small asset image which usually contain snowflake ID or prefixed image ID. More... | |
std::string | small_text |
Text displayed when hovering over the small image of the activity. More... | |
An activity asset are the images and the hover text displayed in the rich presence.
|
default |
Constructor
std::string dpp::activity_assets::large_image |
The large asset image which usually contain snowflake ID or prefixed image ID.
std::string dpp::activity_assets::large_text |
Text displayed when hovering over the large image of the activity.
std::string dpp::activity_assets::small_image |
The small asset image which usually contain snowflake ID or prefixed image ID.
std::string dpp::activity_assets::small_text |
Text displayed when hovering over the small image of the activity.