Skip to content

Instantly share code, notes, and snippets.

@erwan-lemonnier
Last active November 28, 2020 10:47
Show Gist options
  • Save erwan-lemonnier/a0db56613ae4c3de921ec515c72f4880 to your computer and use it in GitHub Desktop.
Save erwan-lemonnier/a0db56613ae4c3de921ec515c72f4880 to your computer and use it in GitHub Desktop.
a more advanced message structure
{
"message_id": "1234567890",
"chat_id": "chat-123",
"thread_id": "branch-789",
"author_id": "user-456",
"type": "TEXT",
"text": "this is a message",
"image_url": null,
"count_views": 99,
"count_likes": 22,
"date_created": "2020-11-28 13:15:09+00:00"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment