1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-09-30 06:26:08 +00:00
tgbotapi/docs/dev.inmo.tgbotapi.extensions.utils.extensions/index.md
2021-03-17 15:18:37 +00:00

3.9 KiB

//docs/dev.inmo.tgbotapi.extensions.utils.extensions

Package dev.inmo.tgbotapi.extensions.utils.extensions

Functions

Name Summary
download [common]
Content
suspend fun PathedFile.download(telegramAPIUrlsKeeper: TelegramAPIUrlsKeeper, client: = HttpClient()): ByteArray


loadFile [common]
Content
suspend fun .loadFile(telegramAPIUrlsKeeper: TelegramAPIUrlsKeeper, pathedFile: PathedFile): ByteArray
suspend fun .loadFile(telegramAPIUrlsKeeper: TelegramAPIUrlsKeeper, filePath: String): ByteArray


sourceChat [common]
Content
fun Update.sourceChat(): Chat?


Properties

Name Summary
allSentMediaGroupsFlow [common] val FlowsUpdatesFilter.allSentMediaGroupsFlow: <SentMediaGroupUpdate>
allSentMessagesFlow [common] val FlowsUpdatesFilter.allSentMessagesFlow: <BaseSentMessageUpdate>