mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2026-08-20 16:16:56 +00:00
4.1 KiB
4.1 KiB
//docs/dev.inmo.tgbotapi.extensions.api.get
Package dev.inmo.tgbotapi.extensions.api.get
Functions
| Name | Summary |
|---|---|
| getFileAdditionalInfo | [common] Content suspend fun TelegramBot.getFileAdditionalInfo(fileId: FileId): PathedFile suspend fun TelegramBot.getFileAdditionalInfo(file: TelegramMediaFile): PathedFile |
| getStickerSet | [common] Content suspend fun TelegramBot.getStickerSet(sticker: Sticker): StickerSet suspend fun TelegramBot.getStickerSet(name: String): StickerSet |
| getUserProfilePhotos | [common] Content 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 |