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