Skip to content

GramIO API Reference / gramio/dist / TelegramBackgroundFillGradient

Interface: TelegramBackgroundFillGradient

Defined in: @gramio/types/out/objects.d.ts:2345

The background is a gradient fill.

Documentation

Properties

PropertyTypeDescriptionDefined in
bottom_colornumberBottom color of the gradient in the RGB24 format@gramio/types/out/objects.d.ts:2357
rotation_anglenumberClockwise rotation angle of the background fill in degrees; 0-359@gramio/types/out/objects.d.ts:2361
top_colornumberTop color of the gradient in the RGB24 format@gramio/types/out/objects.d.ts:2353
type"gradient"Type of the background fill, always “gradient”@gramio/types/out/objects.d.ts:2349