Skip to content

Need to add format:"json" tag #216

Description

@elias506

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions