OneSDK
    Preparing search index...

    Interface LiveChatAutoModMessageRenderer

    interface LiveChatAutoModMessageRenderer {
        additionalInlineActionButtons: any;
        authorExternalChannelId: string;
        autoModeratedItem: AutoModeratedItem;
        headerText: HeaderText;
        id: string;
        infoDialogButton: any;
        inlineActionButtons: any[];
        moderationButtons: any[];
        timestampUsec: string;
    }
    Index

    Properties

    additionalInlineActionButtons: any
    authorExternalChannelId: string
    autoModeratedItem: AutoModeratedItem
    headerText: HeaderText
    id: string
    infoDialogButton: any
    inlineActionButtons: any[]
    moderationButtons: any[]
    timestampUsec: string