1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-11-08 09:23:47 +00:00
tgbotapi/docs/dev.inmo.tgbotapi.utils/-storage-file/index.md
2021-03-17 15:18:37 +00:00

2.5 KiB

//docs/dev.inmo.tgbotapi.utils/StorageFile

StorageFile

[common] data class StorageFile(storageFileInfo: StorageFileInfo, inputSource: () -> )

Contains info about file, which potentially can be sent to telegram system.

See also

common

dev.inmo.tgbotapi.utils.StorageFileInfo
asStorageFile

Parameters

common

storageFileInfo

Information about this file

inputSource

Lambda which able to allocate for uploading/manipulating data

Constructors

StorageFile [common] fun StorageFile(storageFileInfo: StorageFileInfo, inputSource: () -> )Information about this file

Properties

Name Summary
input [common] val input:
storageFileInfo [common] val storageFileInfo: StorageFileInfoInformation about this file