Hi, since Telegram now exports reactions too, could they be implemented?
Thanks in advance.
They get exported like this:
{
"id": 123456,
"type": "message",
//rest of the fields
"reactions": [
{
"type": "emoji",
"count": 1,
"emoji": "❤",
"recent": [
{
"from": "username",
"from_id": "user123456789",
"date": "2025-01-12T15:49:22"
}
]
}
]
},
Hi, since Telegram now exports reactions too, could they be implemented?
Thanks in advance.
They get exported like this:
{ "id": 123456, "type": "message", //rest of the fields "reactions": [ { "type": "emoji", "count": 1, "emoji": "❤", "recent": [ { "from": "username", "from_id": "user123456789", "date": "2025-01-12T15:49:22" } ] } ] },