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

Functions

getFileAdditionalInfo
Link copied to clipboard
common
suspend fun TelegramBot.getFileAdditionalInfo(fileId: FileId): PathedFile
suspend fun TelegramBot.getFileAdditionalInfo(file: TelegramMediaFile): PathedFile
suspend fun TelegramBot.getFileAdditionalInfo(content: MediaContent): PathedFile
getStickerSet
Link copied to clipboard
common
suspend fun TelegramBot.getStickerSet(sticker: Sticker): StickerSet
suspend fun TelegramBot.getStickerSet(name: String): StickerSet
getUserProfilePhotos
Link copied to clipboard
common
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