mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-11-26 20:18:45 +00:00
1.1 KiB
1.1 KiB
//docs/dev.inmo.tgbotapi.extensions.api.stickers/uploadStickerFile
uploadStickerFile
[common]
Content
suspend fun TelegramBot.uploadStickerFile(userId: UserId, sticker: MultipartFile): File
suspend fun TelegramBot.uploadStickerFile(user: CommonUser, sticker: MultipartFile): File