Package-level declarations
Functions
Link copied to clipboard
suspend fun TelegramBot.getCustomEmojiStickerOrNull(customEmojiId: CustomEmojiId): CustomEmojiSticker?
Link copied to clipboard
suspend fun TelegramBot.getCustomEmojiStickerOrThrow(customEmojiId: CustomEmojiId): CustomEmojiSticker
Link copied to clipboard
suspend fun TelegramBot.getCustomEmojiStickers(customEmojiIds: List<CustomEmojiId>): List<CustomEmojiSticker>
suspend fun TelegramBot.getCustomEmojiStickers(customEmojiIds: List<String>): List<CustomEmojiSticker>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
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