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

This object describes the way a background is filled based on the selected colors. Currently, it can be one of

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

Summary

Types

@type t() :: %ExGram.Model.BackgroundFill{color: integer(), type: String.t()}

Functions