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... | |
Represents a team member on a team who maintain a bot/application.
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