InputThemeSettings
- class pyrogram.raw.types.InputThemeSettings
Theme settings
Constructor of
InputThemeSettings
.- Details:
Layer:
194
ID:
8FDE504F
- Parameters:
base_theme (
BaseTheme
) – Default theme on which this theme is basedaccent_color (
int
32-bit
) – Accent color, ARGB formatmessage_colors_animated (
bool
, optional) – If set, the freeform gradient fill needs to be animated on every sent messageoutbox_accent_color (
int
32-bit
, optional) – Accent color of outgoing messages in ARGB formatmessage_colors (List of
int
32-bit
, optional) – The fill to be used as a background for outgoing messages, in RGB24 format. If just one or two equal colors are provided, describes a solid fill of a background. If two different colors are provided, describes the top and bottom colors of a 0-degree gradient.If three or four colors are provided, describes a freeform gradient fill of a background.wallpaper (
InputWallPaper
, optional) – inputWallPaper or inputWallPaperSlug when passing wallpaper files for image or pattern wallpapers, inputWallPaperNoFile with id=0 otherwise.wallpaper_settings (
WallPaperSettings
, optional) – Wallpaper settings.