added sticker to the sample message

This commit is contained in:
kuhyx 2024-10-05 10:53:23 +02:00 committed by GitHub
parent 64414450e8
commit bc8bc307ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,7 +23,11 @@ This guide will help you set up and run a Signal bot using the Signal CLI REST A
"timestamp": 1719177728639, "timestamp": 1719177728639,
"message": "MESSAGE_CONTENT", "message": "MESSAGE_CONTENT",
"expiresInSeconds": 0, "expiresInSeconds": 0,
"viewOnce": false "viewOnce": false,
'sticker': {
'packId': '166dd1b5b060200035a533bbb0d118ff',
'stickerId': 6
},
} }
} }
}, },
@ -47,6 +51,10 @@ This guide will help you set up and run a Signal bot using the Signal CLI REST A
"message": "MESSAGE_CONTENT", "message": "MESSAGE_CONTENT",
"expiresInSeconds": 0, "expiresInSeconds": 0,
"viewOnce": false, "viewOnce": false,
'sticker': {
'packId': '166dd1b5b060200035a533bbb0d118ff',
'stickerId': 6
},
"groupInfo": { "groupInfo": {
"groupId": "ID_OF_GROUP_SEND_TO", "groupId": "ID_OF_GROUP_SEND_TO",
"type": "DELIVER" "type": "DELIVER"