Download

tyrian.cmds.Download
object Download

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Download.type

Members list

Value members

Concrete methods

def fromBase64String[F[_] : Sync](fileName: String, mimeType: String, data: String): SideEffect[F, Unit]
def fromByteArray[F[_] : Sync](fileName: String, mimeType: String, data: Array[Byte]): SideEffect[F, Unit]
def fromString[F[_] : Sync](fileName: String, mimeType: String, data: String): SideEffect[F, Unit]