defstudio / telegraph

Telegraph is a Laravel package for fluently interacting with Telegram Bots
MIT License
674 stars 116 forks source link

Reply to last user message #553

Open elephantux opened 6 months ago

elephantux commented 6 months ago

It would be great if it was possible to use reply() ($chat->message("ok!")->reply()->send();) method without message_id. With this option, reply should trigger on the last message from the user.