Fix typo (#139)
This commit is contained in:
parent
52919f2c04
commit
2acb9d13c6
2
HOWTO.md
2
HOWTO.md
@ -123,7 +123,7 @@ public void onUpdateReceived(Update update) {
|
|||||||
*/
|
*/
|
||||||
for (int i = 0; i < photos.size(); i++) {
|
for (int i = 0; i < photos.size(); i++) {
|
||||||
GetFile getFileRequest = new GetFile();
|
GetFile getFileRequest = new GetFile();
|
||||||
getFileRequest.setFileId(photos.get(0).getFileId());
|
getFileRequest.setFileId(photos.get(i).getFileId());
|
||||||
try {
|
try {
|
||||||
|
|
||||||
//we send a request with our fileId to get our filePath.
|
//we send a request with our fileId to get our filePath.
|
||||||
|
Loading…
Reference in New Issue
Block a user