UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

41 lines (40 loc) 1.09 kB
{ "type": "object", "properties": { "ok": { "type": "boolean" }, "result": { "type": "object", "properties": { "is_anonymous": { "type": "boolean" }, "status": { "type": "string" }, "user": { "type": "object", "properties": { "first_name": { "type": "string" }, "id": { "type": "integer" }, "is_bot": { "type": "boolean" }, "language_code": { "type": "string" }, "username": { "type": "string" } } } } } }, "version": 6 }