Skip to content

Telegram now (since October-December?) exports reactions too #128

@koraynilay

Description

@koraynilay

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"
       }
      ]
     }
    ]
  },

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestgood first issueGood for newcomerspipelineRelated to the pipelinereportRelated to the report page

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions