Skip to content

miniproto.media.upload.FileSource

type FileSource = (
str | os.PathLike[str] | bytes | bytearray | memoryview | BinaryIO | Iterable[bytes] | AsyncIterable[bytes]
)