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