YuRuiH
Results
3
issues of
YuRuiH
api好像失效了
2
api好像失效了,直接报500错误
GFWList无法更新,release为空,导致更新出错。
``` SendPhoto sendPhoto = new SendPhoto(); sendPhoto.setChatId(chatId); sendPhoto.setReplyToMessageId(replyToMessageId); sendPhoto.setPhoto(new InputFile(url)); sendPhoto.setCaption(caption); this.execute(sendPhoto); ``` ` caption` & `url` is a String, when it execute, it told me that " Cannot invoke...