D++ (DPP)
C++ Discord API Bot Library
|
Represents a team of users who maintain a bot/application. More...
#include <application.h>
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_member > | members |
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... | |
Represents a team of users who maintain a bot/application.
utility::iconhash dpp::app_team::icon |
A hash of the image of the team's icon (may be empty).
snowflake dpp::app_team::id |
The id of the team.
std::vector<team_member> dpp::app_team::members |
The members of the team.
std::string dpp::app_team::name |
The name of the team.
snowflake dpp::app_team::owner_user_id |
The user id of the current team owner.