Trakteer.js
    Preparing search index...

    Interface latestTip

    Latest Tip Data

    interface latestTip {
        unitIcon: string;
        unitName: string;
        latestTip: {
            display_name: string;
            support_message: string;
            quantity: number;
            media: Media | null;
        }[];
    }
    Index

    Properties

    unitIcon: string

    Unit icon URL

    unitName: string

    Unit name

    latestTip: {
        display_name: string;
        support_message: string;
        quantity: number;
        media: Media | null;
    }[]

    Latest tip data

    Type Declaration

    • display_name: string

      Display name of supporter

    • support_message: string

      Support message

    • quantity: number

      Quantity of unit donated

    • media: Media | null

      Media if exists