Skip to content

Commit 3eefc1a

Browse files
🤖 dprint fmt
1 parent 9686653 commit 3eefc1a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

types/node-telegram-bot-api/index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -882,7 +882,7 @@ declare namespace TelegramBot {
882882

883883
interface KeyboardButton {
884884
text: string;
885-
style?: 'primary' | 'danger' | 'success' | undefined;
885+
style?: "primary" | "danger" | "success" | undefined;
886886
icon_custom_emoji_id?: string | undefined;
887887
request_user?: KeyboardButtonRequestUser | undefined;
888888
request_chat?: KeyboardButtonRequestChat | undefined;
@@ -924,7 +924,7 @@ declare namespace TelegramBot {
924924

925925
interface InlineKeyboardButton {
926926
text: string;
927-
style?: 'primary' | 'danger' | 'success' | undefined;
927+
style?: "primary" | "danger" | "success" | undefined;
928928
icon_custom_emoji_id?: string | undefined;
929929
url?: string | undefined;
930930
callback_data?: string | undefined;

types/node-telegram-bot-api/node-telegram-bot-api-tests.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,4 +576,3 @@ MyTelegramBot.sendMessage(1234, "test-KeyboardButton", {
576576
],
577577
},
578578
});
579-

0 commit comments

Comments
 (0)