I was implementing metrics of usage of my bot's inline suggestions and encountered a problem that chosen_inline_result updates weren't supported by the library (I'd got don't know how to handle update in the log). So, I've add some code similar to the existing support of inline updates themselves.
I was implementing metrics of usage of my bot's inline suggestions and encountered a problem that
chosen_inline_result
updates weren't supported by the library (I'd gotdon't know how to handle update
in the log). So, I've add some code similar to the existing support of inline updates themselves.Useful links: https://core.telegram.org/bots/api#choseninlineresult https://core.telegram.org/bots/inline#collecting-feedback