MenuButtonWebApp
telegramium.bots.MenuButtonWebApp
final case class MenuButtonWebApp(text: String, webApp: WebAppInfo) extends MenuButton
Represents a menu button, which launches a Web App.
Value parameters
- text
-
Text on the button
- webApp
-
Description of the Web App that will be launched when the user presses the button. The Web App will be able to send an arbitrary message on behalf of the user using the method answerWebAppQuery.
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait MenuButtonclass Objecttrait Matchableclass Any
Members list
In this article