interface APIGuildMemberUser {
    user: APIUser;
}

Hierarchy (View Summary)

Properties

Properties

user: APIUser

The user this guild member represents

This field won't be included in the member object attached to MESSAGE_CREATE and MESSAGE_UPDATE gateway events.