# On_incomingChatMessage

Description

The notification displayed when an incoming text message is received

EventHandler<string> On_incomingChatMessage

Response example

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

Response Parameters

Name Description
message Message
peerId TrueConf ID, unique user identifier
chatId Chat identifier
time The time when the message was received

See also

Last Updated: 09/12/2025