View Source ExGram.Model.MenuButtonWebApp (ex_gram v0.52.1)

Represents a menu button, which launches a Web App.

Check the documentation of this model in https://core.telegram.org/bots/api#menubuttonwebapp

Summary

Types

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

Functions