Interface GETGuildMembersResponse

interface GETGuildMembersResponse {
    members: APIGuildMemberSummary[];
}

Properties

Properties