Skip to main content
Module

x/grammy_types/mod.ts>BackgroundFillGradient

Type declarations of the Telegram Bot API.
Very Popular
Go to Latest
interface BackgroundFillGradient
import { type BackgroundFillGradient } from "https://deno.land/x/grammy_types@v3.7.0/mod.ts";

The background is a gradient fill.

Properties

type: "gradient"

Type of the background fill, always “gradient”

top_color: number

Top color of the gradient in the RGB24 format

bottom_color: number

Bottom color of the gradient in the RGB24 format

rotation_angle: number

Clockwise rotation angle of the background fill in degrees; 0-359