Skip to content

Commit 4f0a1e7

Browse files
🤖 dprint fmt
1 parent a36efd2 commit 4f0a1e7

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

types/telegram-web-app/index.d.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -694,12 +694,12 @@ export type ShareMessageFailedCallback = (eventData: {
694694
export type EmojiStatusSetCallback = () => void;
695695
export type EmojiStatusFailedCallback = (eventData: {
696696
error:
697-
| "UNSUPPORTED"
698-
| "SUGGESTED_EMOJI_INVALID"
699-
| "DURATION_INVALID"
700-
| "USER_DECLINED"
701-
| "SERVER_ERROR"
702-
| "UNKNOWN_ERROR";
697+
| "UNSUPPORTED"
698+
| "SUGGESTED_EMOJI_INVALID"
699+
| "DURATION_INVALID"
700+
| "USER_DECLINED"
701+
| "SERVER_ERROR"
702+
| "UNKNOWN_ERROR";
703703
}) => void;
704704
export type EmojiStatusAccessRequestedCallback = (eventData: {
705705
status: "allowed" | "cancelled";

0 commit comments

Comments
 (0)