简体   繁体   中英

how to read user send message from telegram in bot added group using API in C#

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. 我想阅读用户发送消息嗨阅读圈

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留言列表 (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.

use webhook

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM