Current section

Files

Jump to
telega include telega@model_BackgroundTypePattern.hrl
Raw

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())
}).