//[docs](../../index.md)/[dev.inmo.tgbotapi.extensions.utils.extensions](index.md) # Package dev.inmo.tgbotapi.extensions.utils.extensions ## Functions | Name | Summary | |---|---| | [download](download.md)| [common]
Content
suspend fun [PathedFile](../dev.inmo.tgbotapi.types.files/-pathed-file/index.md).[download](download.md)(telegramAPIUrlsKeeper: [TelegramAPIUrlsKeeper](../dev.inmo.tgbotapi.utils/-telegram-a-p-i-urls-keeper/index.md), client: = HttpClient()): [ByteArray](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-byte-array/index.html)


| | [loadFile](load-file.md)| [common]
Content
suspend fun .[loadFile](load-file.md)(telegramAPIUrlsKeeper: [TelegramAPIUrlsKeeper](../dev.inmo.tgbotapi.utils/-telegram-a-p-i-urls-keeper/index.md), pathedFile: [PathedFile](../dev.inmo.tgbotapi.types.files/-pathed-file/index.md)): [ByteArray](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-byte-array/index.html)
suspend fun .[loadFile](load-file.md)(telegramAPIUrlsKeeper: [TelegramAPIUrlsKeeper](../dev.inmo.tgbotapi.utils/-telegram-a-p-i-urls-keeper/index.md), filePath: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)): [ByteArray](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-byte-array/index.html)


| | [sourceChat](source-chat.md)| [common]
Content
fun [Update](../dev.inmo.tgbotapi.types.update.abstracts/-update/index.md).[sourceChat](source-chat.md)(): [Chat](../dev.inmo.tgbotapi.types.chat.abstracts/-chat/index.md)?


| ## Properties | Name | Summary | |---|---| | [allSentMediaGroupsFlow](all-sent-media-groups-flow.md)| [common] val [FlowsUpdatesFilter](../dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/index.md).[allSentMediaGroupsFlow](all-sent-media-groups-flow.md): <[SentMediaGroupUpdate](../dev.inmo.tgbotapi.types.update.MediaGroupUpdates/-sent-media-group-update/index.md)>
| | [allSentMessagesFlow](all-sent-messages-flow.md)| [common] val [FlowsUpdatesFilter](../dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/index.md).[allSentMessagesFlow](all-sent-messages-flow.md): <[BaseSentMessageUpdate](../dev.inmo.tgbotapi.types.update.abstracts/-base-sent-message-update/index.md)>
|