We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a36efd2 commit 4f0a1e7Copy full SHA for 4f0a1e7
1 file changed
types/telegram-web-app/index.d.ts
@@ -694,12 +694,12 @@ export type ShareMessageFailedCallback = (eventData: {
694
export type EmojiStatusSetCallback = () => void;
695
export type EmojiStatusFailedCallback = (eventData: {
696
error:
697
- | "UNSUPPORTED"
698
- | "SUGGESTED_EMOJI_INVALID"
699
- | "DURATION_INVALID"
700
- | "USER_DECLINED"
701
- | "SERVER_ERROR"
702
- | "UNKNOWN_ERROR";
+ | "UNSUPPORTED"
+ | "SUGGESTED_EMOJI_INVALID"
+ | "DURATION_INVALID"
+ | "USER_DECLINED"
+ | "SERVER_ERROR"
+ | "UNKNOWN_ERROR";
703
}) => void;
704
export type EmojiStatusAccessRequestedCallback = (eventData: {
705
status: "allowed" | "cancelled";
0 commit comments