//[docs](../../index.md)/[dev.inmo.tgbotapi.extensions.api.get](index.md)
# Package dev.inmo.tgbotapi.extensions.api.get
## Functions
| Name | Summary |
|---|---|
| [getFileAdditionalInfo](get-file-additional-info.md)| [common]
Content
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)
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)
|
| [getStickerSet](get-sticker-set.md)| [common]
Content
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)
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)
|
| [getUserProfilePhotos](get-user-profile-photos.md)| [common]
Content
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)
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)
|