1

I want to read the "user send message" in "bot added group" dynamically [and I'm able to sending the dynamic messages after read this document].

But see the below example image: I want to read user send msg "hi", red circled. I want to read user send msg hi read circle

So is there any API to read that message and not using this getUpdates method.

using this getUpdates method. I'm getting every message here

Like this Message list (It more difficult to read and insert in Database)

And I have read this full document and also I read some questions this and this and also I searched in the google but I didn't get the relevant answer for this question

Can anyone suggest me is this possible or not?

Sorry for my bad English.

ashok
  • 199
  • 1
  • 12

1 Answers1

0

use webhook

https://api.telegram.org/bot{my_bot_token}/setWebhook?url={url_to_send_updates_to}
hiep28
  • 1