2017-10-14 44 views
0

我需要科瑞席位地图和电报BOT(node.js的) 与cordinates发送我已经JSON这样科瑞和电报机器人发送SVG

  "hallid": "200", 
      "hallName": "Hall 3", 
      "width": 561, 
      "height": 499, 
      "widthScreen": 1024, 
      "heightScreen": 768, 
      "horizontalRatio": 2, 
      "verticalRatio": 2, 
      "seats": [ 
       { 
        "x": 144, 
        "y": 288, 
        "width": 21, 
        "height": 57, 
        "id": "D00001", 
        "row": "D", 
        "seat": "1", 
        "idSector": "000000308", 
        "idTypeOfSeat": "001" 
       }, 
    { 
        "x": 320, 
        "y": 288, 
        "width": 21, 
        "height": 57, 
        "id": "D00007", 
        "row": "D", 
        "seat": "7", 
        "idSector": "000000308", 
        "idTypeOfSeat": "001" 
       }... 

      ] 
     }, 

我已经尽力做到像在前端,但它不起作用。

回答

1

电报客户端无法显示SVG图像。如果您希望图像在客户端可见,请将其转换为支持的格式:JPEG或PNG。