1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2026-08-20 16:16:56 +00:00
Files
tgbotapi/docs/dev.inmo.tgbotapi.extensions.api.get/index.md
InsanusMokrassar b942627f12 deploy: 308fb9274b
2021-03-17 15:18:37 +00:00

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