D++ (DPP)
A Lightweight C++ library for Discord
dpp::app_team Class Reference

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

+ 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 unique 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 unique 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

D++ Library version 9.0.14D++ Library version 9.0.13D++ Library version 9.0.12D++ Library version 9.0.11D++ Library version 9.0.10D++ Library version 9.0.9D++ Library version 9.0.8D++ Library version 9.0.7D++ Library version 9.0.6D++ Library version 9.0.5D++ Library version 9.0.4D++ Library version 9.0.3D++ Library version 9.0.2D++ Library version 9.0.1D++ Library version 9.0.0D++ Library version 1.0.2D++ Library version 1.0.1D++ Library version 1.0.0