Skip to main content
Module

x/grammy/types.ts>BackgroundFillGradient

The Telegram Bot Framework.
Very Popular
Go to Latest
interface BackgroundFillGradient
import { type BackgroundFillGradient } from "https://deno.land/x/grammy@v1.23.1/types.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