ExGram.Model.BackgroundTypeChatTheme (ex_gram v0.55.1)

View Source

The background is taken directly from a built-in chat theme.

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

Summary

Types

t()

@type t() :: %ExGram.Model.BackgroundTypeChatTheme{
  theme_name: String.t(),
  type: String.t()
}

Functions

decode_as()