Interface APIGuildMemberBan

interface APIGuildMemberBan {
    createdAt: string;
    createdBy: string;
    reason?: string;
    user: APIUserSummary;
}

Properties

createdAt: string

The ISO 8601 timestamp that the server member ban was created at

createdBy: string

The ID of the user who created this server member ban

reason?: string

The reason for the ban as submitted by the banner