Interface CountdownStickerOptions

interface CountdownStickerOptions {
    digit_card_color?: string;
    digit_color?: string;
    end_background_color?: string;
    end_ts: number;
    following_enabled?: boolean;
    start_background_color?: string;
    text: string;
    text_color?: string;
}

Properties

digit_card_color?: string
digit_color?: string
end_background_color?: string
end_ts: number

Seconds

1725321600
following_enabled?: boolean
start_background_color?: string
text: string
text_color?: string