setStickerSetThumbnail

suspend fun TelegramBot.setStickerSetThumbnail(userId: UserId, stickerSetName: StickerSetName, thumbnail: FileId): Boolean
suspend fun TelegramBot.setStickerSetThumbnail(userId: UserId, stickerSetName: StickerSetName, thumbnail: MultipartFile): Boolean
suspend fun TelegramBot.setStickerSetThumbnail(user: CommonUser, stickerSetName: StickerSetName, thumbnail: FileId): Boolean
suspend fun TelegramBot.setStickerSetThumbnail(user: CommonUser, stickerSetName: StickerSetName, thumbnail: MultipartFile): Boolean
suspend fun TelegramBot.setStickerSetThumbnail(userId: UserId, stickerSet: StickerSet, thumbnail: FileId): Boolean
suspend fun TelegramBot.setStickerSetThumbnail(userId: UserId, stickerSet: StickerSet, thumbnail: MultipartFile): Boolean
suspend fun TelegramBot.setStickerSetThumbnail(user: CommonUser, stickerSet: StickerSet, thumbnail: FileId): Boolean
suspend fun TelegramBot.setStickerSetThumbnail(user: CommonUser, stickerSet: StickerSet, thumbnail: MultipartFile): Boolean