Interface GuildJoinRequests

interface GuildJoinRequests {
    guildJoinRequests: GuildJoinRequest[];
    total?: number;
}

Properties

guildJoinRequests: GuildJoinRequest[]

The join requests for the guild.

total?: number

The total number of join requests that match the query, if included.