Interface LiveChatTickerPaidMessageItemRenderer

interface LiveChatTickerPaidMessageItemRenderer {
    amount: Amount;
    amountTextColor: number;
    authorExternalChannelId: string;
    authorPhoto: AuthorPhoto3;
    durationSec: number;
    endBackgroundColor: number;
    fullDurationSec: number;
    id: string;
    showItemEndpoint: ShowItemEndpoint;
    startBackgroundColor: number;
    trackingParams: string;
}

Properties

amount: Amount
amountTextColor: number
authorExternalChannelId: string
authorPhoto: AuthorPhoto3
durationSec: number
endBackgroundColor: number
fullDurationSec: number
id: string
showItemEndpoint: ShowItemEndpoint
startBackgroundColor: number
trackingParams: string