# 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
— MessagepeerId
— TrueConf ID, unique user identifierchatId
— Chat identifiertime
— the time when the message was received
See also: