-
Notifications
You must be signed in to change notification settings - Fork 64
Open
Description
In method messages.send need to add format:"json" tag to fields messages_forward and 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"
},
...
}
Metadata
Metadata
Assignees
Labels
No labels