You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
There is an old bug:
chat_type
forInlineQuery
can besender
, which is not supported currently, so request is failing, when we are trying to use inline bot inside the private chat with this bot.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). SoInlineQueryResult
contains a lot of unnecessary keys with null values.The text was updated successfully, but these errors were encountered: