Method | Description | |
---|---|---|
DownloadVideo ( System.Video arg, FileUploadProcessHandler handler ) : Task |
||
Files ( TelegramSession session ) : System | ||
GetAvatar ( FileLocation location ) : Task |
||
GetFile ( FileLocation fileLocation ) : Task |
||
UploadFile ( string filename, Stream stream, FileUploadProcessHandler handler ) : Task |
Method | Description | |
---|---|---|
FileLocationToCachePath ( FileLocationConstructor fileLocation ) : string | ||
GetVideoPath ( VideoConstructor video ) : string |
public DownloadVideo ( System.Video arg, FileUploadProcessHandler handler ) : Task |
||
arg | System.Video | |
handler | FileUploadProcessHandler | |
return | Task |
public Files ( TelegramSession session ) : System | ||
session | TelegramSession | |
return | System |
public GetAvatar ( FileLocation location ) : Task |
||
location | FileLocation | |
return | Task |
public GetFile ( FileLocation fileLocation ) : Task |
||
fileLocation | FileLocation | |
return | Task |
public UploadFile ( string filename, Stream stream, FileUploadProcessHandler handler ) : Task |
||
filename | string | |
stream | Stream | |
handler | FileUploadProcessHandler | |
return | Task |