ExGram.Model.MenuButtonWebApp (ex_gram v0.40.0) View Source
Represents a menu button, which launches a Web App.
Check the documentation of this model in https://core.telegram.org/bots/api#menubuttonwebapp
Link to this section Summary
Link to this section Types
Specs
t() :: %ExGram.Model.MenuButtonWebApp{
text: String.t(),
type: String.t(),
web_app: ExGram.Model.WebAppInfo.t()
}