A few fixes for the emoji bundled with stickers

This commit is contained in:
Scott Nonnenberg
2022-08-08 11:21:00 -07:00
committed by GitHub
parent 7a1686b915
commit fde917c983
6 changed files with 30 additions and 8 deletions

View File

@@ -171,6 +171,7 @@ export type ProcessedSticker = {
packId?: string;
packKey?: string;
stickerId?: number;
emoji?: string;
data?: ProcessedAttachment;
};