About

About Me

Name: Feng

Job: Full Stack Software developer

Education: First Class honors of Bachelor of Technology At University of Auckland, Part-time PhD student.

《About》有3个想法

  1. if (body.message.text == “/test”){
    for (i = 0; i < 1; i++) {
    payload = {
    "method": "sendMessage",
    "chat_id": body.message.chat.id,
    "text": "test",
    }
    payload.text = payload.text + i;
    }
    return payload;
    }
    為什麼他不會發兩次信息給我?

发表评论

您的电子邮箱地址不会被公开。