Fedor Gogolev

Results 7 comments of Fedor Gogolev

Hi! There are [placeholder types](https://github.com/telegram-rs/telegram-bot/blob/7f723cd49ba58864a1720a2f86cf4f26e8ebe46c/raw/src/requests/_base/reply_markup.rs#L124-L166) for inline keyboard, I think you can add constructors for `InlineKeyboardButton` and `InlineKeyboardMarkup` types. And add CallbackQuery type, there is a typo with this type...

Partially fixed in aae2dc3ac8c707c177205a3d4e7d2583fe5945e0.

> I've never made any tests in Rust, how is the best way to go? The language test attribute? I think language test attribute should be enough since `Api` is...

I thinks `CanAnswerInlineQuery` should be refactored in a same way as `CanAnswerCallbackQuery`

@jxs can you fix an example for your third point? Why do you think request fields should be public? Since they are private, we can change freely change implementation details...

I can't reproduce it unfortunately. Can you please provide a call stack?

Looks like serde-stacker fixes problem. At least issue example works fine with it.