Guide
Advanced
Introduction
Built-in
Official
Third-party
Examples
grammY
Telegram
Tools
Overview
Tutorials
Appearance
Button of a menu. Almost the same type as InlineKeyboardButton but with texts that can be generated on the fly, and middleware for callback buttons.
Source
C extends Context
{ text: MaybeDynamicString<C> } & MakeUrlDynamic<C, RemoveAllTexts<NoCb | Cb<C>>>