Discord.https - v3.0.16
    Preparing search index...

    Interface APIGuildMemberUser

    interface APIGuildMemberUser {
        user: APIUser;
    }

    Hierarchy (View Summary)

    Index

    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.