Skip to content

Commit e6ea487

Browse files
committed
2 parents 95b21c5 + ada3244 commit e6ea487

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/triggers/inline-query.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -84,14 +84,14 @@ bot.inlineQuery(
8484
"result-1",
8585
`Result for ${context.args[1]}`,
8686
InputMessageContent.text(
87-
`You searched for: ${context.args[1]}`,
88-
{
89-
reply_markup: new InlineKeyboard().text(
90-
"Get Details",
91-
"details-callback"
92-
),
93-
}
94-
)
87+
`You searched for: ${context.args[1]}`
88+
),
89+
{
90+
reply_markup: new InlineKeyboard().text(
91+
"Get Details",
92+
"details-callback"
93+
),
94+
}
9595
),
9696
],
9797
{

0 commit comments

Comments
 (0)