Package dev.inmo.tgbotapi.extensions.api.get

Functions

Link copied to clipboard
suspend fun TelegramBot.getCustomEmojiStickerOrNull(customEmojiId: CustomEmojiId): CustomEmojiSticker?
suspend fun TelegramBot.getCustomEmojiStickerOrNull(customEmojiId: String): CustomEmojiSticker?
Link copied to clipboard
suspend fun TelegramBot.getCustomEmojiStickerOrThrow(customEmojiId: CustomEmojiId): CustomEmojiSticker
suspend fun TelegramBot.getCustomEmojiStickerOrThrow(customEmojiId: String): CustomEmojiSticker
Link copied to clipboard
suspend fun TelegramBot.getCustomEmojiStickers(customEmojiIds: List<CustomEmojiId>): List<CustomEmojiSticker>
@JvmName(name = "getCustomEmojiStickersWithStringsList")
suspend fun TelegramBot.getCustomEmojiStickers(customEmojiIds: List<String>): List<CustomEmojiSticker>
Link copied to clipboard
suspend fun TelegramBot.getFileAdditionalInfo(fileId: FileId): PathedFile
suspend fun TelegramBot.getFileAdditionalInfo(file: TelegramMediaFile): PathedFile
suspend fun TelegramBot.getFileAdditionalInfo(content: MediaContent): PathedFile
Link copied to clipboard
suspend fun TelegramBot.getStickerSet(sticker: Sticker): StickerSet
suspend fun TelegramBot.getStickerSet(name: String): StickerSet
Link copied to clipboard
suspend fun TelegramBot.getUserProfilePhotos(    userId: UserId,     offset: Int? = null,     limit: Int? = null): UserProfilePhotos
suspend fun TelegramBot.getUserProfilePhotos(    user: CommonUser,     offset: Int? = null,     limit: Int? = null): UserProfilePhotos