1
0
Fork 1
mirror of https://akkoma.dev/AkkomaGang/akkoma.git synced 2024-11-18 02:49:18 +00:00

Documentation: Add last_message to chat docs.

This commit is contained in:
lain 2020-05-10 13:01:20 +02:00
parent f335e1404a
commit 17be3ff669

View file

@ -62,7 +62,8 @@ Returned data:
...
},
"id" : "1",
"unread" : 2
"unread" : 2,
"last_message" : {...} // The last message in that chat
}
```
@ -105,7 +106,8 @@ Returned data:
...
},
"id" : "1",
"unread" : 2
"unread" : 2,
"last_message" : {...} // The last message in that chat
}
]
```