MyChat Integration API error: MCIAPI_Error_UserNotInChannel

MyChat Integration API error: MCIAPI_Error_UserNotInChannel

Error

7, MCIAPI_Error_UserNotInChannel

 

Description

A user sender does not exist in a specified text conference.

 

JSON объект

{
  "cmd"      : "0001",
  "evocator" : "XXXX",
  "error"    : 7,
  "User"     : "24",
  "UID"      : 19
}

 

Parameter

Type

Value

cmd

string

error command HEX "0001";";

evocator

string

HEX code of the command sent on the server that caused the problem;

error

integer

error number;

User

string

UIN, email, nickname of a user from the request;

UID

integer

text conference ID;

 

Problem solution

Check if a specified user is in the conference when sending a message.