Skip to content

telegram-inline

Use when implementing Telegram inline bots (@mention search), inline keyboards with callback queries, or switch_inline_query patterns. Also use when configuring inline mode in BotFather or debugging answerInlineQuery.

ModelSource
inheritpack: telegram
ItemValue
TriggerUser types @botname query in any chat
Max results50 per response
Cachecache_time seconds (default 300)
SetupEnable via BotFather /setinline
Docscore.telegram.org/bots/inline
Full Reference

┏━ 🔧 telegram-inline ━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┃ Telegram inline queries + keyboards reference ┃ ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛

ItemValue
TriggerUser types @botname query in any chat
Max results50 per response
Cachecache_time seconds (default 300)
SetupEnable via BotFather /setinline
Docscore.telegram.org/bots/inline
FileContents
reference/inline-queries.mdInline queries — answerInlineQuery, result types, caching, pagination, switch_inline_query
reference/keyboards.mdKeyboards — InlineKeyboardMarkup, callback queries, ReplyKeyboardMarkup, button types

Usage: Read the reference file matching your current task. Each file has working code examples and inline gotchas.