View Source ExGram.Model.BackgroundTypeChatTheme (ex_gram v0.53.0)

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

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

Functions