div-text-range-mask-solid
A mask to hide text (spoiler). Looks like a rectangle filled with the color specified in the color
parameter, same as in Telegram.
Parameters
Parameters | Description |
---|---|
color |
string Required parameter. Color. Valid formats: Functionality is under development. |
type |
string Required parameter. The value must always be Functionality is under development. |
is_enabled |
bool Controls the mask state. If set to Default value: Functionality is under development. |
JSON
{
type*: "solid",
color*: "string",
is_enabled: "bool"
}