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:
Yusuf İpek
2025-10-12 21:37:53 +03:00
parent da1499733f
commit 1678117d16
10 changed files with 138 additions and 15 deletions
+2
View File
@@ -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 = {