Fix wrong path for SendAnimation command
This commit is contained in:
parent
6cb8b7905d
commit
584b9d5f98
@ -641,7 +641,7 @@ public abstract class DefaultAbsSender extends AbsSender {
|
||||
assertParamNotNull(sendAnimation, "sendAnimation");
|
||||
sendAnimation.validate();
|
||||
try {
|
||||
String url = getBaseUrl() + SendVoice.PATH;
|
||||
String url = getBaseUrl() + SendAnimation.PATH;
|
||||
HttpPost httppost = configuredHttpPost(url);
|
||||
MultipartEntityBuilder builder = MultipartEntityBuilder.create();
|
||||
builder.setLaxMode();
|
||||
|
Loading…
Reference in New Issue
Block a user