Interface ShardAuditResponse

Paginated audit log response.

interface ShardAuditResponse {
    entries: AuditEntry[];
    guildId: string;
    ok: boolean;
}

Properties

Properties

entries: AuditEntry[]
guildId: string
ok: boolean