bytesnake / telebot

Write Telegram bots in Rust with Tokio and Futures
Other
212 stars 33 forks source link

forward message & spawn #52

Closed cirfi closed 6 years ago

bytesnake commented 6 years ago

Thanks for the PR. Can you give a short motivation why you want to expose the inner event handler? If you want to access it you could just clone the handler passed to the constructor ..

cirfi commented 6 years ago

Thanks for the PR. Can you give a short motivation why you want to expose the inner event handler? If you want to access it you could just clone the handler passed to the constructor ..

Nevermind, I will open a new PR.