Current section
Files
Jump to
Current section
Files
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()))
}).