Discord.https - v3.0.16
    Preparing search index...

    Interface RESTAPIPartialCurrentUserGuild

    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;
    }
    Index

    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