D++ (DPP)  10.0.30
C++ Discord API Bot Library
dpp::events::thread_list_sync Class Reference

Internal event handler for THREAD_LIST_SYNC websocket events. More...

#include "event.h"

Inheritance diagram for dpp::events::thread_list_sync:
Collaboration diagram for dpp::events::thread_list_sync:

Public Member Functions

virtual void handle (class dpp::discord_client *client, nlohmann::json &j, const std::string &raw)
 Pure virtual method for event handler code. More...
 

Detailed Description

Internal event handler for THREAD_LIST_SYNC websocket events.

Called for each websocket message of this type.

Member Function Documentation

◆ handle()

void dpp::events::thread_list_sync::handle ( class dpp::discord_client client,
nlohmann::json j,
const std::string &  raw 
)
virtual

Pure virtual method for event handler code.

Parameters
clientThe creating shard
jThe json data of the event
rawThe raw event json

Store thread IDs

Implements dpp::events::event.

References dpp::unicode_emoji::tm.


The documentation for this class was generated from the following files: