D++ (DPP)
C++ Discord API Bot Library
|
A thread alongside the bot's optional thread_member object tied to it. More...
#include <thread.h>
Public Attributes | |
thread | active_thread |
The thread object. More... | |
std::optional< thread_member > | bot_member |
The bot as a thread member, only present if the bot is in the thread. More... | |
A thread alongside the bot's optional thread_member object tied to it.
thread dpp::active_thread_info::active_thread |
The thread object.
std::optional<thread_member> dpp::active_thread_info::bot_member |
The bot as a thread member, only present if the bot is in the thread.