MenuButton
ref / conversations / MenuButton
Button of a conversational menu. Almost the same type as InlineKeyboardButton but with texts that can be generated on the fly, and middleware for callback buttons.
Type Parameters
C
ts
C extends Context
Type
ts
{ text: MaybeDynamicString<C> } & MakeUrlDynamic<C, RemoveAllTexts<NoCb | Cb<C>>>