| Package | Description |
|---|---|
| org.telegram.telegrambots.api.methods | |
| org.telegram.telegrambots.bots | |
| org.telegram.telegrambots.updateshandlers |
| Modifier and Type | Method and Description |
|---|---|
File |
GetFile.deserializeResponse(org.json.JSONObject answer) |
| Modifier and Type | Method and Description |
|---|---|
File |
AbsSender.getFile(GetFile getFile) |
| Modifier and Type | Method and Description |
|---|---|
File |
AbsSender.downloadFile(File file) |
void |
AbsSender.downloadFileAsync(File file,
DownloadFileCallback callback) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbsSender.getFileAsync(GetFile getFile,
SentCallback<File> sentCallback) |
| Modifier and Type | Method and Description |
|---|---|
void |
DownloadFileCallback.onException(File file,
Exception exception)
Called when the http request throw an exception
|
void |
DownloadFileCallback.onResult(File file,
File output)
Called when the request is successful
|
Copyright © 2016. All rights reserved.