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

    Type Alias RPCCreateChannelInviteResultData

    RPCCreateChannelInviteResultData: APIInvite & {
        created_at: string;
        guild_id: Snowflake;
        max_age: number;
        max_uses: number;
        temporary: boolean;
        uses: number;
    }

    Type Declaration

    • created_at: string

      Timestamp of when the invite was created

    • guild_id: Snowflake

      Id of the guild

    • max_age: number

      Max age of the invite

    • max_uses: number

      Max uses of the invite

    • temporary: boolean

      Whether the invite is temporary

    • uses: number

      Uses of the invite

    Channel invite