Created
November 28, 2020 03:40
-
-
Save erwan-lemonnier/178877ce38bd5c03432071769ee6f539 to your computer and use it in GitHub Desktop.
Simple 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-123456", | |
} | |
{ | |
"user_id": "user-123", | |
"chat_id": "chat-789012", | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment