Last active
November 28, 2020 10:52
-
-
Save erwan-lemonnier/3a8f76029d6cadc9c3d151aabba57601 to your computer and use it in GitHub Desktop.
more advanced chat tracker
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"user_id": "user-123", | |
"chat_id": "chat-456", | |
"thread_id": "branch-abc", | |
"date_created": "2020-11-28 13:15:09+00:00", | |
"date_last_seen": "2020-11-30 08:26:11+00:00", | |
"is_muted": false, | |
"is_active": true, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment