View Source ExGram.Model.BackgroundTypePattern (ex_gram v0.53.0)
The background is a PNG or TGV (gzipped subset of SVG with MIME type “application/x-tgwallpattern”) pattern to be combined with the background fill chosen by the user.
Check the documentation of this model in https://core.telegram.org/bots/api#backgroundtypepattern
Summary
Types
@type t() :: %ExGram.Model.BackgroundTypePattern{ document: ExGram.Model.Document.t(), fill: ExGram.Model.BackgroundFill.t(), intensity: integer(), is_inverted: boolean() | nil, is_moving: boolean() | nil, type: String.t() }