View Source Telegex.Type.MenuButtonWebApp (Telegex v1.8.0)

Represents a menu button, which launches a Web App.

Summary

Types

@type t() :: %Telegex.Type.MenuButtonWebApp{
  text: String.t(),
  type: String.t(),
  web_app: Telegex.Type.WebAppInfo.t()
}