GramIO API Reference / @gramio/contexts/dist / BackgroundFillSolid
Class: BackgroundFillSolid
Defined in: contexts/index.d.ts:999
The background is filled using the selected color.
Constructors
Constructor
new BackgroundFillSolid(
payload):BackgroundFillSolid
Defined in: contexts/index.d.ts:1001
Parameters
| Parameter | Type |
|---|---|
payload | TelegramBackgroundFillSolid |
Returns
BackgroundFillSolid
Properties
| Property | Type | Defined in |
|---|---|---|
payload | TelegramBackgroundFillSolid | contexts/index.d.ts:1000 |
Accessors
[toStringTag]
Get Signature
get [toStringTag]():
string
Defined in: contexts/index.d.ts:1003
Returns
string
color
Get Signature
get color():
number
Defined in: contexts/index.d.ts:1011
The color of the background fill in the RGB24 format
Returns
number
type
Get Signature
get type():
"solid"
Defined in: contexts/index.d.ts:1007
Type of the background fill, always “solid”
Returns
"solid"