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

Struct representing an event delegate token, associated with an event. More...

#include <EventEntities.hpp>

Public Member Functions

 event_delegate_token ()=default
 Default constructor for event_delegate_token.
 
bool operator< (const event_delegate_token &rhs) const
 Less-than operator for comparing event_delegate_token instances. More...
 
bool operator== (const event_delegate_token &rhs) const
 Equality operator for comparing event_delegate_token instances. More...
 

Public Data Members

uint64_t eventId {}
 Identifier for the event.
 
uint64_t handlerId {}
 Identifier for the handler.
 

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