Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
koraynilay opened this issue Jan 12, 2025 · 0 comments
Open

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

koraynilay opened this issue Jan 12, 2025 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers pipeline Related to the pipeline report Related to the report page

Comments

@koraynilay
Copy link

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"
       }
      ]
     }
    ]
  },
@mlomb mlomb added enhancement New feature or request good first issue Good for newcomers report Related to the report page pipeline Related to the pipeline labels Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers pipeline Related to the pipeline report Related to the report page
Projects
None yet
Development

No branches or pull requests

2 participants