# incomingGroupChatMessage

Description: Notification after a message has been received in a group conference.

Example:

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

Parameter description:

  • message — Message text.

  • confId — the unique identifier of the communication session (conference)

  • peerIdTrueConf ID, unique user identifier

  • chatId — Chat identifier

  • time— the time when the message was received

See also: