interface RESTAPIPartialCurrentUserGuild {
    approximate_member_count?: number;
    approximate_presence_count?: number;
    banner: null | string;
    features: GuildFeature[];
    icon: null | string;
    id: string;
    name: string;
    owner: boolean;
    permissions: string;
}

Properties

approximate_member_count?: number
approximate_presence_count?: number
banner: null | string
features: GuildFeature[]
icon: null | string
id: string
name: string
owner: boolean
permissions: string