# On_incomingGroupChatMessage

Description

Notification after a message has been received in a group conference

EventHandler<string> On_incomingGroupChatMessage

Response example

{
    "method": "event",
    "event": "incomingGroupChatMessage",
    "peerId": "user@some.server",
    "chatId": "b1fc9f0f8eb7dfd8cc86d60699cb051f4ae7d776",
    "message": "aaa",
    "time": 1661428941,
    "confId": "0000000bfe4693bf@ub25n.trueconf.name#vcs"
}

Response Parameters

Name Description
message Message text
confId The unique identifier of the communication session (conference)
peerId TrueConf ID, unique user identifier
chatId Chat identifier
time The time when the message was received

See also

Last Updated: 09/12/2025