Add notification for failed story messages.

This commit is contained in:
Clark
2023-03-17 12:23:02 -04:00
committed by Greyson Parrelli
parent 069b707d9d
commit 150c42c590
14 changed files with 135 additions and 3 deletions

View File

@@ -10,4 +10,5 @@ public final class EmojiStrings {
public static final String STICKER = "\u2B50";
public static final String GIFT = "\uD83C\uDF81";
public static final String CARD = "\uD83D\uDCB3";
public static final String FAILED_STORY = "\u2757";
}