Skip to content

GramIO API Reference / gramio/dist / TelegramBackgroundFillGradient

Interface: TelegramBackgroundFillGradient

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

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:2221
rotation_anglenumberClockwise rotation angle of the background fill in degrees; 0-359@gramio/types/out/objects.d.ts:2225
top_colornumberTop color of the gradient in the RGB24 format@gramio/types/out/objects.d.ts:2217
type"gradient"Type of the background fill, always “gradient”@gramio/types/out/objects.d.ts:2213