Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Telegram.Bot.API.Types.BackgroundFill
Contents
Synopsis
- data BackgroundFill
- = BackgroundFillSolid { }
- | BackgroundFillGradient { }
- | BackgroundFillFreeformGradient { }
BackgroundFill
data BackgroundFill Source #
This object describes the way a background is filled based on the selected colors. Currently, it can be one of
- BackgroundFillSolid
- BackgroundFillGradient
- BackgroundFillFreeformGradient
Constructors
BackgroundFillSolid | The background is filled using the selected color. |
Fields
| |
BackgroundFillGradient | The background is a gradient fill. |
Fields
| |
BackgroundFillFreeformGradient | The background is a freeform gradient that rotates after every message in the chat. |
Fields
|