Interface LiveChatMessageInputRenderer

interface LiveChatMessageInputRenderer {
    authorName: AuthorName;
    authorPhoto: AuthorPhoto;
}

Properties

authorName: AuthorName
authorPhoto: AuthorPhoto