justdmitry / NetTelegramBotApi

C# client library for building Telegram bot
MIT License
74 stars 28 forks source link

Bot Messages #68

Closed hanigamini closed 6 years ago

hanigamini commented 6 years ago

Hi, The message that robot send to group is not Traceable. The message not seen in get update . I want delete all message that send by robot in group.

justdmitry commented 6 years ago

From sendMessage: On success, the sent Message is returned.

You should analyze response and save message_id in your database.

hanigamini commented 6 years ago

Hi, Thanks , I did the same