Android IP Webcam send photo to telegram

hi friend, yes i can view my photo on my browser without any login.
I use new component ip webcam, with a old android phone.

but i receive the same error…
i have the new version of HA

17-03-13 10:35:00 INFO (MainThread) [homeassistant.components.automation] Executing Burglar Alarm Door
17-03-13 10:35:00 INFO (MainThread) [homeassistant.core] Bus:Handling <Event logbook_entry[L]: message=has been triggered, entity_id=automation.burglar_alarm_door, name=Burglar Alarm Door, domain=automation>
17-03-13 10:35:00 INFO (MainThread) [homeassistant.helpers.script] Script Burglar Alarm Door: Running script
17-03-13 10:35:00 INFO (MainThread) [homeassistant.helpers.script] Script Burglar Alarm Door: Executing step call service
17-03-13 10:35:00 INFO (MainThread) [homeassistant.core] Bus:Handling <Event call_service[L]: service=telegram, domain=notify, service_call_id=3052103024-1, service_data=title=Home Assistant, message=Campainha Escada, data=photo=url=http://192.168.1.98:8080/photo.jpg, caption=Campainha Escada>
17-03-13 10:35:01 DEBUG (Thread-7) [telegram.bot] Entering: sendPhoto
17-03-13 10:35:02 ERROR (Thread-7) [homeassistant.components.notify.telegram] Error sending photo
Traceback (most recent call last):
File “/srv/homeassistant/lib/python3.4/site-packages/homeassistant/components/notify/telegram.py”, line 157, in send_photo
photo=photo, caption=caption)
File “/home/homeassistant/.homeassistant/deps/telegram/bot.py”, line 125, in decorator
result = func(self, *args, **kwargs)
File “/home/homeassistant/.homeassistant/deps/telegram/bot.py”, line 151, in decorator
result = self._request.post(url, data, timeout=kwargs.get(‘timeout’))
File “/home/homeassistant/.homeassistant/deps/telegram/utils/request.py”, line 199, in post
result = self._request_wrapper(‘POST’, url, body=data.to_form(), headers=data.headers)
File “/home/homeassistant/.homeassistant/deps/telegram/utils/request.py”, line 152, in _request_wrapper
raise BadRequest(repr(message))
telegram.error.BadRequest: ‘Bad Request: chat not found’