Current section
Files
Jump to
Current section
Files
include/telega@model@types_InputSticker.hrl
-record(input_sticker, {
sticker :: binary(),
format :: binary(),
emoji_list :: list(binary()),
mask_position :: gleam@option:option(telega@model@types:mask_position()),
keywords :: gleam@option:option(list(binary()))
}).