Update guild stickers.
More...
#include <dispatcher.h>
◆ guild_stickers_update_t()
dpp::guild_stickers_update_t::guild_stickers_update_t |
( |
class discord_client * |
client, |
|
|
const std::string & |
raw |
|
) |
| |
Constructor
- Parameters
-
client | The shard the event originated on |
raw | Raw event text as JSON |
◆ from
Shard the event came from
◆ raw_event
std::string dpp::event_dispatch_t::raw_event |
|
inherited |
◆ stickers
std::vector<sticker> dpp::guild_stickers_update_t::stickers |
◆ updating_guild
guild* dpp::guild_stickers_update_t::updating_guild |