Package-level declarations

Functions

Link copied to clipboard
Link copied to clipboard
suspend fun TelegramBot.setStickerSetThumbnail(userId: UserId, stickerSetName: StickerSetName, format: StickerFormat, thumbnail: FileId): Boolean
suspend fun TelegramBot.setStickerSetThumbnail(    userId: UserId,     stickerSetName: StickerSetName,     format: StickerFormat,     thumbnail: MultipartFile): Boolean
suspend fun TelegramBot.setStickerSetThumbnail(userId: UserId, stickerSet: StickerSet, format: StickerFormat, thumbnail: FileId): Boolean
suspend fun TelegramBot.setStickerSetThumbnail(userId: UserId, stickerSet: StickerSet, format: StickerFormat, thumbnail: MultipartFile): Boolean
suspend fun TelegramBot.setStickerSetThumbnail(    user: CommonUser,     stickerSetName: StickerSetName,     format: StickerFormat,     thumbnail: FileId): Boolean
suspend fun TelegramBot.setStickerSetThumbnail(    user: CommonUser,     stickerSetName: StickerSetName,     format: StickerFormat,     thumbnail: MultipartFile): Boolean
suspend fun TelegramBot.setStickerSetThumbnail(user: CommonUser, stickerSet: StickerSet, format: StickerFormat, thumbnail: FileId): Boolean
suspend fun TelegramBot.setStickerSetThumbnail(user: CommonUser, stickerSet: StickerSet, format: StickerFormat, thumbnail: MultipartFile): Boolean