Skip to content

Duplicate messages #2

Description

@stevesoltys

Occasionally a message will be relayed twice when coming from Telegram. This is a very rare occurrence, but happens nonetheless.

  • For supergroups, this seems to be an issue with Telegram sending the same message twice (with different message IDs).
  • For a standard group, the message IDs cannot be used for uniquely identifying a message, so the UNIX time that the message was sent is used instead. This is really not the best idea, but it's working for now and I don't see any other option.

See this class for implementation details.

Although this issue may be unavoidable, I will leave it open for further investigation and/or discussion.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions