Added Missing chatId
This commit is contained in:
parent
2739a52e8f
commit
186026c945
1 changed files with 1 additions and 1 deletions
|
|
@ -36,6 +36,6 @@ public class CamelConfiguration extends RouteBuilder {
|
|||
exchange.getIn().setBody(textMessage);
|
||||
}
|
||||
})
|
||||
.to("telegram:bots?authorizationToken=bot5682031576:AAFr53phRURd130PyfJUoPdXQ7svy1wlcwo");
|
||||
.to("telegram:bots?authorizationToken=bot5682031576:AAFr53phRURd130PyfJUoPdXQ7svy1wlcwo&chatId=" + chatId);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue