메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
FileLocationToCachePath ( FileLocationConstructor fileLocation ) : string | ||
GetVideoPath ( VideoConstructor video ) : string |
public DownloadVideo ( System.Video arg, FileUploadProcessHandler handler ) : Task |
||
arg | System.Video | |
handler | FileUploadProcessHandler | |
리턴 | Task |
public GetFile ( FileLocation fileLocation ) : Task |
||
fileLocation | FileLocation | |
리턴 | Task |
public UploadFile ( string filename, Stream stream, FileUploadProcessHandler handler ) : Task |
||
filename | string | |
stream | Stream | |
handler | FileUploadProcessHandler | |
리턴 | Task |