View Source Telegex.Type.MenuButtonWebApp (Telegex v1.0.0-rc.5)

Represents a menu button, which launches a Web App.

Link to this section Summary

Link to this section Types

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