OneSDK
    Preparing search index...

    Interface LiveChatTextMessageRenderer

    interface LiveChatTextMessageRenderer {
        authorBadges: AuthorBadge[];
        authorExternalChannelId: string;
        authorName: AuthorName;
        authorPhoto: AuthorPhoto;
        contextMenuAccessibility: ContextMenuAccessibility;
        contextMenuEndpoint: ContextMenuEndpoint;
        id: string;
        message?: YouTube.Message;
        timestampUsec: string;
    }
    Index

    Properties

    authorBadges: AuthorBadge[]
    authorExternalChannelId: string
    authorName: AuthorName
    authorPhoto: AuthorPhoto
    contextMenuAccessibility: ContextMenuAccessibility
    contextMenuEndpoint: ContextMenuEndpoint
    id: string
    message?: YouTube.Message
    timestampUsec: string