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

The key "reply_markup" does not exist #104

Closed
Vanawy opened this issue Jun 3, 2019 · 2 comments
Closed

The key "reply_markup" does not exist #104

Vanawy opened this issue Jun 3, 2019 · 2 comments
Assignees

Comments

@Vanawy
Copy link

Vanawy commented Jun 3, 2019

Which version are you using?

3.4.1

Output:

[2019-06-03 14:55:11] app.DEBUG: Array detected, mapping subobjects for key {"key":"reply_markup"} []
[2019-06-03 14:55:11] app.ERROR: The key "reply_markup" does not exist in the class! Maybe a recent Telegram Bot API update? In any way, please submit an issue (bug report) at https://github.com/unreal4u/telegram-api/issues with this complete log line {"object":"unreal4u\\TelegramAPI\\Telegram\\Types\\Message","data":{"inline_keyboard":[[{"text":"Продано","callback_data":"NULL:0"}]]}} []

Description of problem

Found this error in logs

@unreal4u
Copy link
Owner

unreal4u commented Jun 3, 2019

Hi!

Telegram has released a new version of their API, which now includes a reply_markup in the Message object:
https://core.telegram.org/bots/api#may-31-2019

This change has yet to be integrated into this library, will do so ASAP, thanks for reporting it!

@unreal4u
Copy link
Owner

unreal4u commented Jun 5, 2019

Hi! I just released v3.4.3 which will take care of the above message. In the next week I'll be implementing a lot of the missing parts of the API that have been introduced in the last months.

Greetings and thanks for reporting this!

@unreal4u unreal4u closed this as completed Jun 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants