OneSDK
    Preparing search index...

    Interface LiveChatPaidStickerRenderer

    interface LiveChatPaidStickerRenderer {
        authorBadges: AuthorBadge[];
        authorExternalChannelId: string;
        authorName: AuthorName;
        authorNameTextColor: number;
        authorPhoto: AuthorPhoto;
        backgroundColor: number;
        contextMenuAccessibility: ContextMenuAccessibility;
        contextMenuEndpoint: ContextMenuEndpoint;
        id: string;
        moneyChipBackgroundColor: number;
        moneyChipTextColor: number;
        purchaseAmountText: PurchaseAmountText;
        sticker: Sticker;
        stickerDisplayHeight: number;
        stickerDisplayWidth: number;
        timestampText: TimestampText;
        timestampUsec: string;
    }
    Index

    Properties

    authorBadges: AuthorBadge[]
    authorExternalChannelId: string
    authorName: AuthorName
    authorNameTextColor: number
    authorPhoto: AuthorPhoto
    backgroundColor: number
    contextMenuAccessibility: ContextMenuAccessibility
    contextMenuEndpoint: ContextMenuEndpoint
    id: string
    moneyChipBackgroundColor: number
    moneyChipTextColor: number
    purchaseAmountText: PurchaseAmountText
    sticker: Sticker
    stickerDisplayHeight: number
    stickerDisplayWidth: number
    timestampText: TimestampText
    timestampUsec: string