Package dev. inmo. tgbotapi. utils
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
object ByteReadChannelAllocatorDeserializationStrategy : DeserializationStrategy<ByteReadChannelAllocator>
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class StorageFile(storageFileInfo: StorageFileInfo, inputSource: () -> Input)
Content copied to clipboard
Contains info about file, which potentially can be sent to telegram system.
Link copied to clipboard
Information about file for StorageFile
Link copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
inline suspend fun ByteReadChannelAllocator.asStorageFile(fileName: String): StorageFile
Content copied to clipboard
inline suspend fun ByteReadChannel.asStorageFile(fileName: String): StorageFile
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
inline suspend fun StorageFile(fileName: String, byteReadChannel: ByteReadChannel): StorageFile
Content copied to clipboard
Link copied to clipboard
fun <T : Any> T.toJsonWithoutNulls(serializer: SerializationStrategy<T>): JsonObject
Content copied to clipboard
Link copied to clipboard