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
MakeDynamic<C, NoCb | Cb<C>, "text" | "url" | keyof ButtonOptions>