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

For modifying a single sticker_data. More...

#include <StickerEntities.hpp>

Public Data Members

jsonifier::string description {}
 Description of the sticker_data.
 
snowflake guildId {}
 The guild within which to modify the sticker_data.
 
jsonifier::string name {}
 Name of the sticker_data.
 
jsonifier::string reason {}
 The reason for modifying the sticker_data.
 
snowflake stickerId {}
 The sticker_data you wish to modify.
 
jsonifier::string tags {}
 Autocomplete / suggestion tags for the sticker(max 200 characters).
 

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