BotMenuButton

---types---
botMenuButton#c7b57ce6 text:string url:string = BotMenuButton

Belongs to

BotMenuButton

In Rust this constructor is a variant of the enums::BotMenuButton enum.
Match on it with: if let enums::BotMenuButton::BotMenuButton(v) = result { ... }

Parameters

textstringrequired
urlstringrequired

Used by

SetBotMenuButton