Telegex.upload_sticker_file
You're seeing just the function
upload_sticker_file
, go back to Telegex module for more information.
Specs
upload_sticker_file(integer(), Telegex.Model.InputFile.t()) :: {:ok, Telegex.Model.File.t()} | {:error, Telegex.Model.errors()}
Use this method to upload a .PNG file with a sticker for later use in createNewStickerSet
and addStickerToSet methods (can be used multiple times). Returns the uploaded Telegex.Model.File
on success.