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

Information for the current party of the player. More...

#include "presence.h"

Collaboration diagram for dpp::activity_party:

Public Member Functions

 activity_party ()
 Constructor. More...
 

Public Attributes

int32_t current_size
 The party's current size. More...
 
snowflake id
 The ID of the party. More...
 
int32_t maximum_size
 The party's maximum size. More...
 

Detailed Description

Information for the current party of the player.

Constructor & Destructor Documentation

◆ activity_party()

dpp::activity_party::activity_party ( )

Constructor.

Member Data Documentation

◆ current_size

int32_t dpp::activity_party::current_size

The party's current size.

Used to show the party's current size.

◆ id

snowflake dpp::activity_party::id

The ID of the party.

◆ maximum_size

int32_t dpp::activity_party::maximum_size

The party's maximum size.

Used to show the party's maximum size.


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