Current section
Files
Jump to
Current section
Files
include/telega@model@types_CreateNewStickerSetParameters.hrl
-record(create_new_sticker_set_parameters, {
user_id :: integer(),
name :: binary(),
title :: binary(),
stickers :: list(telega@model@types:input_sticker()),
sticker_type :: gleam@option:option(binary()),
needs_repainting :: gleam@option:option(boolean())
}).