@typed-discord/rest
    Preparing search index...

    Interface MyGuildResponse

    interface MyGuildResponse {
        approximate_member_count?: number | null;
        approximate_presence_count?: number | null;
        banner: string | null;
        features: GuildFeatures[];
        icon: string | null;
        id: `${bigint}`;
        name: string;
        owner: boolean;
        permissions: string;
    }
    Index

    Properties

    approximate_member_count?: number | null
    approximate_presence_count?: number | null
    banner: string | null
    features: GuildFeatures[]
    icon: string | null
    id: `${bigint}`
    name: string
    owner: boolean
    permissions: string