D++ (DPP)  10.0.30
C++ Discord API Bot Library
dpp::team_member Class Reference

Represents a team member on a team who maintain a bot/application. More...

#include "application.h"

Collaboration diagram for dpp::team_member:

Public Attributes

team_member_role_t member_role
 The role of the user in the team. More...
 
user member_user
 The avatar, discriminator, id, and username, of the user. More...
 
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...
 

Detailed Description

Represents a team member on a team who maintain a bot/application.

Member Data Documentation

◆ member_role

team_member_role_t dpp::team_member::member_role

The role of the user in the team.

◆ member_user

user dpp::team_member::member_user

The avatar, discriminator, id, and username, of the user.

◆ membership_state

team_member_status dpp::team_member::membership_state

The user's membership state on the team.

◆ permissions

std::string dpp::team_member::permissions

Will always be "".

◆ team_id

snowflake dpp::team_member::team_id

The id of the parent team of which they are a member.


The documentation for this class was generated from the following file: