mirror of
https://github.com/yusufipk/YTChatHub.git
synced 2026-09-11 19:06:14 +00:00
feat: improve superchat and membership handling with fallback fields and UI panels
This commit is contained in:
@@ -22,4 +22,5 @@ export type ChatMessage = {
|
||||
isVerified?: boolean;
|
||||
superChat?: SuperChatInfo;
|
||||
membershipGift?: boolean;
|
||||
membershipLevel?: string; // e.g., "New member", "Member (6 months)", etc.
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user