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

    Interface FriendInviteResponse

    interface FriendInviteResponse {
        channel: InviteChannelResponse | null;
        code: string;
        created_at?: string;
        expires_at: string | null;
        flags?: number;
        friends_count?: number;
        inviter?: UserResponse;
        is_contact?: boolean;
        max_age?: number;
        max_uses?: number;
        type: FRIEND;
        uses?: number;
    }
    Index

    Properties

    channel: InviteChannelResponse | null
    code: string
    created_at?: string
    expires_at: string | null
    flags?: number
    friends_count?: number
    inviter?: UserResponse
    is_contact?: boolean
    max_age?: number
    max_uses?: number
    type: FRIEND
    uses?: number