Messaggio Sticker ----------------- Formato del Messaggio ^^^^^^^^^^^^^^^^^^^^^ +-------------------------------+---------------------+-------------------------------------+ | **Key** | **Value** | **Description** | +===============================+=====================+=====================================+ | body:type | chat_sticker | Tipo di messaggio | +-------------------------------+---------------------+-------------------------------------+ | body:arguments | json object | Contenuto del messaggio | +-------------------------------+---------------------+-------------------------------------+ | **payload**:stickerIdentifier | String | Identificativo dello sticker | +-------------------------------+---------------------+-------------------------------------+ | **payload**:setIdentifier | String | Identificativo del set sticker | +-------------------------------+---------------------+-------------------------------------+ | **payload**:code | String | Codice dell'emoji associata | +-------------------------------+---------------------+-------------------------------------+ Esempio ^^^^^^^ .. code-block:: xml 9e036646-48a9-477d-a165-6feaea487c76 { "arguments": { "stickerIdentifier": "2jrhu3", "setIdentifier": "ej23oid", "code": 1f436 }, "chat_type": "chat", "creation_date": "2024-10-14T17:54:40.8070000Z", "domain": "chat", "identifier": "0b6685ba-7118-4a1d-84ba-138f328ec54e-211610540337024", "language": "eng", "type": "chat_sticker", "version": "1.0" }