-
Notifications
You must be signed in to change notification settings - Fork 35
Guild Member Object
Deathknife edited this page Feb 25, 2017
·
1 revision
DiscordUser GetUser() Returns DiscordUser Object of the User.
void GetNickname(char[] buffer, int maxlength) Get's User's nickname on the Guild.
Handle GetRoles() Returns JSON array list of roles the user contains.
void GetJoinedAt(char[] buffer, int maxlength) Get's the date the user joined the guild in format 2015-04-26T06:26:56.936000+00:00
bool IsDeaf() Returns if user is deaf
bool IsMute() Returns if user is muted.