Current section

Files

Jump to
telega include telega@model@types_InputSticker.hrl
Raw

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