Current section
Files
Jump to
Current section
Files
include/telega@model@types_SetStickerSetThumbnailParameters.hrl
-record(set_sticker_set_thumbnail_parameters, {
name :: binary(),
user_id :: integer(),
thumbnail :: gleam@option:option(telega@model@types:file_or_string()),
format :: binary()
}).