Messaggio Info Group -------------------- Formato del Messaggio ^^^^^^^^^^^^^^^^^^^^^ +-----------------------+---------------------+-------------------------------------+ | **Key** | **Value** | **Description** | +=======================+=====================+=====================================+ | body:type | chat_info_group | Tipo di messaggio | +-----------------------+---------------------+-------------------------------------+ | body:arguments | json object | Contenuto del messaggio | +-----------------------+---------------------+-------------------------------------+ | **arguments**:from | String | Chi fa l'azione | +-----------------------+---------------------+-------------------------------------+ | **arguments**:to | String | A chi รจ destinata l'azione | +-----------------------+---------------------+-------------------------------------+ | **arguments**:text | String | Testo che descrive l'azione | +-----------------------+---------------------+-------------------------------------+ | **payload**:infoType | String | Tipologia di messaggio info group: | | | | CREATE_GROUP, ADD_MEMBER | | | | REMOVE_MEMBER, NEW_ADMIN | | | | CHANGE_SUBJECT, CHANGE_AVATAR | | | | EVENT_CONFIGURATION_CHANGED | +-----------------------+---------------------+-------------------------------------+ Esempio ^^^^^^^ .. code-block:: xml 9e036646-48a9-477d-a165-6feaea487c76 { "arguments": { "from": "00393484387644", "to": "00393456745366", "text": "User X has been removed from group" "infoType":"REMOVE_MEMBER" }, "chat_type": "chat", "creation_date": "2024-10-14T17:54:40.8070000Z", "domain": "chat", "identifier": "0b6685ba-7118-4a1d-84ba-138f328ec54e-211610540337024", "language": "eng", "type": "chat_contact", "version": "1.0" }