1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2026-08-25 10:26:30 +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

16 lines
4.1 KiB
Markdown

//[docs](../../index.md)/[dev.inmo.tgbotapi.extensions.api.get](index.md)
# Package dev.inmo.tgbotapi.extensions.api.get
## Functions
| Name | Summary |
|---|---|
| <a name="dev.inmo.tgbotapi.extensions.api.get//getFileAdditionalInfo/dev.inmo.tgbotapi.bot.RequestsExecutor#dev.inmo.tgbotapi.requests.abstracts.FileId/PointingToDeclaration/"></a>[getFileAdditionalInfo](get-file-additional-info.md)| <a name="dev.inmo.tgbotapi.extensions.api.get//getFileAdditionalInfo/dev.inmo.tgbotapi.bot.RequestsExecutor#dev.inmo.tgbotapi.requests.abstracts.FileId/PointingToDeclaration/"></a>[common] <br>Content <br>suspend fun [TelegramBot](../dev.inmo.tgbotapi.bot/index.md#%5Bdev.inmo.tgbotapi.bot%2FTelegramBot%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081).[getFileAdditionalInfo](get-file-additional-info.md)(fileId: [FileId](../dev.inmo.tgbotapi.requests.abstracts/-file-id/index.md)): [PathedFile](../dev.inmo.tgbotapi.types.files/-pathed-file/index.md) <br>suspend fun [TelegramBot](../dev.inmo.tgbotapi.bot/index.md#%5Bdev.inmo.tgbotapi.bot%2FTelegramBot%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081).[getFileAdditionalInfo](get-file-additional-info.md)(file: [TelegramMediaFile](../dev.inmo.tgbotapi.types.files.abstracts/-telegram-media-file/index.md)): [PathedFile](../dev.inmo.tgbotapi.types.files/-pathed-file/index.md) <br><br><br>|
| <a name="dev.inmo.tgbotapi.extensions.api.get//getStickerSet/dev.inmo.tgbotapi.bot.RequestsExecutor#dev.inmo.tgbotapi.types.files.Sticker/PointingToDeclaration/"></a>[getStickerSet](get-sticker-set.md)| <a name="dev.inmo.tgbotapi.extensions.api.get//getStickerSet/dev.inmo.tgbotapi.bot.RequestsExecutor#dev.inmo.tgbotapi.types.files.Sticker/PointingToDeclaration/"></a>[common] <br>Content <br>suspend fun [TelegramBot](../dev.inmo.tgbotapi.bot/index.md#%5Bdev.inmo.tgbotapi.bot%2FTelegramBot%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081).[getStickerSet](get-sticker-set.md)(sticker: [Sticker](../dev.inmo.tgbotapi.types.files/-sticker/index.md)): [StickerSet](../dev.inmo.tgbotapi.types.stickers/-sticker-set/index.md) <br>suspend fun [TelegramBot](../dev.inmo.tgbotapi.bot/index.md#%5Bdev.inmo.tgbotapi.bot%2FTelegramBot%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081).[getStickerSet](get-sticker-set.md)(name: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): [StickerSet](../dev.inmo.tgbotapi.types.stickers/-sticker-set/index.md) <br><br><br>|
| <a name="dev.inmo.tgbotapi.extensions.api.get//getUserProfilePhotos/dev.inmo.tgbotapi.bot.RequestsExecutor#dev.inmo.tgbotapi.types.ChatId#kotlin.Int?#kotlin.Int?/PointingToDeclaration/"></a>[getUserProfilePhotos](get-user-profile-photos.md)| <a name="dev.inmo.tgbotapi.extensions.api.get//getUserProfilePhotos/dev.inmo.tgbotapi.bot.RequestsExecutor#dev.inmo.tgbotapi.types.ChatId#kotlin.Int?#kotlin.Int?/PointingToDeclaration/"></a>[common] <br>Content <br>suspend fun [TelegramBot](../dev.inmo.tgbotapi.bot/index.md#%5Bdev.inmo.tgbotapi.bot%2FTelegramBot%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081).[getUserProfilePhotos](get-user-profile-photos.md)(userId: [UserId](../dev.inmo.tgbotapi.types/index.md#%5Bdev.inmo.tgbotapi.types%2FUserId%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081), offset: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)? = null, limit: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)? = null): [UserProfilePhotos](../dev.inmo.tgbotapi.types/-user-profile-photos/index.md) <br>suspend fun [TelegramBot](../dev.inmo.tgbotapi.bot/index.md#%5Bdev.inmo.tgbotapi.bot%2FTelegramBot%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081).[getUserProfilePhotos](get-user-profile-photos.md)(user: [CommonUser](../dev.inmo.tgbotapi.types/-common-user/index.md), offset: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)? = null, limit: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)? = null): [UserProfilePhotos](../dev.inmo.tgbotapi.types/-user-profile-photos/index.md) <br><br><br>|