D++ (DPP)  10.0.30
C++ Discord API Bot Library
dpp::active_thread_info Struct Reference

A thread alongside the bot's optional thread_member object tied to it. More...

#include "thread.h"

Collaboration diagram for dpp::active_thread_info:

Public Attributes

thread active_thread
 The thread object. More...
 
std::optional< thread_memberbot_member
 The bot as a thread member, only present if the bot is in the thread. More...
 

Detailed Description

A thread alongside the bot's optional thread_member object tied to it.

Member Data Documentation

◆ active_thread

thread dpp::active_thread_info::active_thread

The thread object.

◆ bot_member

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.


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