D++ (DPP)
C++ Discord API Bot Library
|
Represents a team member on a team who maintain a bot/application. More...
#include <application.h>
Public Attributes | |
team_member_status | membership_state |
The user's membership state on the team. More... | |
std::string | permissions |
Will always be "". More... | |
snowflake | team_id |
The id of the parent team of which they are a member. More... | |
user | member_user |
The avatar, discriminator, id, and username, of the user. More... | |
team_member_role_t | member_role |
The role of the user in the team. More... | |
Represents a team member on a team who maintain a bot/application.
team_member_role_t dpp::team_member::member_role |
The role of the user in the team.
user dpp::team_member::member_user |
The avatar, discriminator, id, and username, of the user.
team_member_status dpp::team_member::membership_state |
The user's membership state on the team.
std::string dpp::team_member::permissions |
Will always be "".
snowflake dpp::team_member::team_id |
The id of the parent team of which they are a member.