We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 95b21c5 + ada3244 commit e6ea487Copy full SHA for e6ea487
docs/triggers/inline-query.md
@@ -84,14 +84,14 @@ bot.inlineQuery(
84
"result-1",
85
`Result for ${context.args[1]}`,
86
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
- )
+ `You searched for: ${context.args[1]}`
+ ),
+ {
+ reply_markup: new InlineKeyboard().text(
+ "Get Details",
+ "details-callback"
+ }
95
),
96
],
97
{
0 commit comments