@osynicite/osynic-osuapi
    Preparing search index...

    Interface Sender

    interface Sender {
        avatar_url: string;
        country_code: string;
        id: number;
        is_active: boolean;
        is_bot: boolean;
        is_online: boolean;
        is_supporter: boolean;
        profile_colour: string;
        username: string;
    }
    Index

    Properties

    avatar_url: string
    country_code: string
    id: number
    is_active: boolean
    is_bot: boolean
    is_online: boolean
    is_supporter: boolean
    profile_colour: string
    username: string