# incomingChatMessage

Description: the notification displayed when an incoming text message is received.

Example:

{
    "method": "event",
    "event": "incomingChatMessage",
    "peerId": "user@some.server",
    "chatId": "b3b6e79f00677a63b545791fafca80d1119e56c3",
    "message": "666",
    "time": 1661428876
}

Parameter description:

  • message — Message

  • peerIdTrueConf ID, unique user identifier

  • chatId — Chat identifier

  • time— the time when the message was received

See also: