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

Represents a team of users who maintain a bot/application. More...

#include "application.h"

Collaboration diagram for dpp::app_team:

Public Attributes

utility::iconhash icon
 A hash of the image of the team's icon (may be empty). More...
 
snowflake id
 The id of the team. More...
 
std::vector< team_membermembers
 The members of the team. More...
 
std::string name
 The name of the team. More...
 
snowflake owner_user_id
 The user id of the current team owner. More...
 

Detailed Description

Represents a team of users who maintain a bot/application.

Member Data Documentation

◆ icon

utility::iconhash dpp::app_team::icon

A hash of the image of the team's icon (may be empty).

◆ id

snowflake dpp::app_team::id

The id of the team.

◆ members

std::vector<team_member> dpp::app_team::members

The members of the team.

◆ name

std::string dpp::app_team::name

The name of the team.

◆ owner_user_id

snowflake dpp::app_team::owner_user_id

The user id of the current team owner.


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