Elixir v0.2.1 Nostrum.Struct.Guild.Member
Struct representing a Discord guild member.
User vs. Member
A user
contains only general information about that user such as a username
and an avatar
.
A member
has everything that a user
has, but also additional information on a per guild basis. This includes things like a nickname
and a list of roles
.
Summary
Types
Whether the user is deafened
Id of the guild the member is part of
Date the user joined the guild
Whether the user is muted
The nickname of the user
A list of role ids
The user struct