setStickerSetThumb
suspend fun TelegramBot.setStickerSetThumb(userId: UserId, thumbSetName: String, thumb: FileId): Boolean
suspend fun TelegramBot.setStickerSetThumb(userId: UserId, thumbSetName: String, thumb: MultipartFile): Boolean
Deprecated
Renamed in telegram bot api
Replace with
import dev.inmo.tgbotapi.extensions.api.thumbs.setStickerSetThumbnail
Content copied to clipboard
setStickerSetThumbnail(userId, thumbSetName, thumb)
Content copied to clipboard
suspend fun TelegramBot.setStickerSetThumb(user: CommonUser, thumbSetName: String, thumb: FileId): Boolean
suspend fun TelegramBot.setStickerSetThumb(user: CommonUser, thumbSetName: String, thumb: MultipartFile): Boolean
Deprecated
Renamed in telegram bot api
Replace with
import dev.inmo.tgbotapi.extensions.api.thumbs.setStickerSetThumbnail
Content copied to clipboard
setStickerSetThumbnail(user, thumbSetName, thumb)
Content copied to clipboard
suspend fun TelegramBot.setStickerSetThumb(userId: UserId, thumbSet: StickerSet, thumb: FileId): Boolean
suspend fun TelegramBot.setStickerSetThumb(userId: UserId, thumbSet: StickerSet, thumb: MultipartFile): Boolean
Deprecated
Renamed in telegram bot api
Replace with
import dev.inmo.tgbotapi.extensions.api.thumbs.setStickerSetThumbnail
Content copied to clipboard
setStickerSetThumbnail(userId, thumbSet, thumb)
Content copied to clipboard
suspend fun TelegramBot.setStickerSetThumb(user: CommonUser, thumbSet: StickerSet, thumb: FileId): Boolean
suspend fun TelegramBot.setStickerSetThumb(user: CommonUser, thumbSet: StickerSet, thumb: MultipartFile): Boolean
Deprecated
Renamed in telegram bot api
Replace with
import dev.inmo.tgbotapi.extensions.api.thumbs.setStickerSetThumbnail
Content copied to clipboard
setStickerSetThumbnail(user, thumbSet, thumb)
Content copied to clipboard