Package-level declarations

Functions

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