Fixed SendPhoto thoo

This commit is contained in:
Thiesyy 2019-02-05 22:02:26 +01:00
parent 6356222a6d
commit 2f4309042e
No known key found for this signature in database
GPG Key ID: 7A3EF0EAFF96C7F2
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ public class TUser {
if(!caption.isEmpty())
cap = "&caption=" + caption;
}
api.request("sendPhoto", "chat_id" + id + cap + "&photo=" + url);
api.request("sendPhoto", "chat_id=" + id + cap + "&photo=" + url);
} catch (IOException e) {
e.printStackTrace();
}