We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
format:"json"
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
In method messages.send need to add format:"json" tag to fields messages_forward and messages_keyboard:
messages.send
messages_forward
messages_keyboard
{ "name": "messages.send", ... "parameters": [ ... { "name": "forward", "description": "JSON describing the forwarded message or reply", "type": "string", "format": "json", "$ref": "objects.json#/definitions/messages_forward" }, ... { "name": "keyboard", "type": "string", "format": "json", "$ref": "objects.json#/definitions/messages_keyboard" }, ... }
The text was updated successfully, but these errors were encountered:
Fix by #214
Sorry, something went wrong.
No branches or pull requests
In method
messages.send
need to addformat:"json"
tag to fieldsmessages_forward
andmessages_keyboard
:The text was updated successfully, but these errors were encountered: