mirror of
https://github.com/yusufipk/YTChatHub.git
synced 2026-09-11 19:06:14 +00:00
feat: add YouTube channel ID to chat message data model
This commit is contained in:
@@ -14,6 +14,7 @@ export type ChatMessage = {
|
||||
id: string;
|
||||
author: string;
|
||||
authorPhoto?: string;
|
||||
authorChannelId?: string;
|
||||
text: string;
|
||||
publishedAt: string;
|
||||
badges?: Badge[];
|
||||
|
||||
Reference in New Issue
Block a user