interface APIGuildMemberAvatar {
    avatar?: null | string;
    banner?: null | string;
}

Hierarchy (View Summary)

Properties

Properties

avatar?: null | string

The member's guild avatar hash

banner?: null | string

The member's guild banner hash