aboutsummaryrefslogtreecommitdiff
path: root/matrix-requests-todo/org.matrix.poll.json
diff options
context:
space:
mode:
Diffstat (limited to 'matrix-requests-todo/org.matrix.poll.json')
-rw-r--r--matrix-requests-todo/org.matrix.poll.json34
1 files changed, 34 insertions, 0 deletions
diff --git a/matrix-requests-todo/org.matrix.poll.json b/matrix-requests-todo/org.matrix.poll.json
new file mode 100644
index 0000000..c980e58
--- /dev/null
+++ b/matrix-requests-todo/org.matrix.poll.json
@@ -0,0 +1,34 @@
+{
+ "type": "m.room.message",
+ "sender": "@user.id.com",
+ "content": {
+ "body": "[Poll] Is this good?\n0: Yes\n1: No\n2: Probably\n3: I don't know",
+ "label": "Is this good?",
+ "msgtype": "org.matrix.options",
+ "type": "org.matrix.poll",
+ "options": [
+ {
+ "label": "Yes",
+ "value": "0. Yes"
+ },
+ {
+ "label": "No",
+ "value": "1. No"
+ },
+ {
+ "label": "Probably",
+ "value": "2. Probably"
+ },
+ {
+ "label": "I don't know",
+ "value": "3. I don't know"
+ }
+ ]
+ },
+ "origin_server_ts": 1601799929772,
+ "unsigned": {
+ "age": 574231
+ },
+ "event_id": "$Na3jPh4OmJdvnWB0tMCDaS94yoeK61m1Ul1YC5okJKw",
+ "room_id": "!oSXkiqBKooDcZsmiGO:home.server"
+} \ No newline at end of file