telegram-bot-rb / telegram_bot_app

Example Rails 5 Telegram bot app
97 stars 36 forks source link

Delete message from chat (including user's messages) #28

Closed yuri-karpovich closed 3 years ago

yuri-karpovich commented 3 years ago

Thank you for this app example. It's nice and clean.

Can you help me please with clearing messages history? I want to clean messages history in chat after a user has finished conversation with bot. Is it possible?

yuri-karpovich commented 3 years ago

found a solution

bot.request(:deleteMessage, chat_id: payload['chat']['id'], message_id: payload['message_id'])