ExGram.Model.MenuButtonWebApp (ex_gram v0.55.1)

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

Summary

Types

t()

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

Functions

decode_as()