mirror of
https://github.com/yusufipk/YTChatHub.git
synced 2026-09-11 10:56:17 +00:00
feat: add support for super stickers in chat and overlay components, including image display, accessibility labels, and backend parsing enhancements
This commit is contained in:
@@ -9,6 +9,8 @@ export type SuperChatInfo = {
|
||||
amount: string;
|
||||
currency: string;
|
||||
color: string;
|
||||
stickerUrl?: string; // For super stickers
|
||||
stickerAlt?: string; // Accessibility label for super stickers
|
||||
};
|
||||
|
||||
export type MessageRun = {
|
||||
|
||||
Reference in New Issue
Block a user