Procedure PostChatEvent

Permite al usuario registrado escribir un comentario en un post de evento.

It must use the POST HTTP method.

Inputs:

  • UserName = nombre de usuario.
  • CyberName = nombre de cyber.
  • Token = Token de sesión.
  • EventID = ID del evento.
  • ThreadID = if replying, it must point to which root thread is replying. (each root thread is a comment that is shown without an indentation, where all replies to that root comment is shown with a large left margin or indentation). If want a root comment, it must be -1 (less than zero).
  • Msg = The comment message itself.

https://wingamer.ar/ApiMasterControl/PostChatEvent.php

Output:

  • Array Object [ {“ResponseClass”: “OK”, “Param1”: “EventID”} ]
  • Array Object [ {“ResponseClass”: “ERROR”, “Param1”: “error message”} ]