Interface LiveChatTextMessageRenderer

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

Properties

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