Current section
Files
Jump to
Current section
Files
include/telega@model_BackgroundTypePattern.hrl
-record(background_type_pattern, {
type_ :: binary(),
document :: telega@model:document(),
fill :: telega@model:background_fill(),
intensity :: integer(),
is_inverted :: gleam@option:option(boolean()),
is_moving :: gleam@option:option(boolean())
}).