TelegramMessenger / TelegramMessenger/Telegram-iOS
telegram bot cannot remove notification when delete message in group
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 9k
- Forks
- 2.9k
- PR merge metrics
- No merged PRs in 30d
Description
Expected:
Bot sendMessage -> User receive notification
Bot deleteMessage -> Telegram in app message deleted -> User received notification will be disappear
but when i add telegram bot to group
Bot sendMessage -> User receive notification
Bot deleteMessage -> Telegram in app message deleted -> User received notification does not disappear
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file, test, or entry point is identified. Start by reproducing the sendMessage/deleteMessage flow in a group and compare it with the one-to-one case, then trace the iOS notification handling for deleted messages; done means the group notification disappears after the bot deletes the message.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- swift
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100