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

    Interface RPCGetGuildResultData

    interface RPCGetGuildResultData {
        icon_url: null | string;
        id: string;
        members: [];
        name: string;
    }
    Index

    Properties

    Properties

    icon_url: null | string

    Guild icon url

    id: string

    Guild id

    members: []

    Members of the guild

    This will always be an empty array

    name: string

    Guild name