Desiders / telers

An asynchronous framework for Telegram Bot API written in Rust
https://docs.rs/telers
36 stars 3 forks source link

Add getting chat from `PollAnswer` message #9

Closed Desiders closed 5 months ago

Desiders commented 5 months ago

We can get chat from PollAnswer message by its voter_chat field.

Related: https://github.com/aiogram/aiogram/pull/1436 Source: https://github.com/Desiders/telers/blob/dev-1.x/telers/src/types/update.rs#L200