Current section

Files

Jump to
telega include telega@model_SetStickerSetThumbnailParameters.hrl
Raw

include/telega@model_SetStickerSetThumbnailParameters.hrl

-record(set_sticker_set_thumbnail_parameters, {
name :: binary(),
user_id :: integer(),
thumbnail :: gleam@option:option(telega@model:file_or_string()),
format :: binary()
}).