Skip to main content

Get request handler

Gets information about the handler by key

Function GetRequestsHandler(Val Project, Val HandlersKey) Export

ParameterCLI optionTypeRequiredDescription
Project--projStringProject filepath
HandlersKey--handlerStringHandlers key

Returns: Structure Of KeyAndValue - Handlers information


    melezh  GetRequestsHandler \
--proj "/proj.melezh" \
--handler "2a9d8b43f"
Result
{
"data": {
"active": 1,
"function": "SendTextMessage",
"key": "2a9d8b43f",
"library": "telegram",
"method": "GET",
"args": []
},
"result": true
}