Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inline mode is broken #156

Closed
fetsh-edu opened this issue May 27, 2023 · 1 comment
Closed

Inline mode is broken #156

fetsh-edu opened this issue May 27, 2023 · 1 comment

Comments

@fetsh-edu
Copy link
Contributor

fetsh-edu commented May 27, 2023

  1. There is an old bug:
    chat_type for InlineQuery can be sender, which is not supported currently, so request is failing, when we are trying to use inline bot inside the private chat with this bot.

  2. There is a new bug introduced in the new version:
    Inline mode doesn't work at all. I assume it is because of the new toJSON manual implementation which does not omit Nothing values (as gtoJSON does). So InlineQueryResult contains a lot of unnecessary keys with null values.

@fetsh-edu fetsh-edu mentioned this issue May 27, 2023
@swamp-agr
Copy link
Collaborator

Closed via #157.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants