Current section

Files

Jump to
telega include telega@model_InputSticker.hrl
Raw

include/telega@model_InputSticker.hrl

-record(input_sticker, {
sticker :: telega@model:file_or_string(),
format :: binary(),
emoji_list :: list(binary()),
mask_position :: gleam@option:option(telega@model:mask_position()),
keywords :: gleam@option:option(list(binary()))
}).