botman / botman/driver-telegram
Feature request / suggest: detect when message is pinned / unpinned
Open
- Dominant language
- PHP
- Stars
- 94
- Forks
- 74
- PR merge metrics
- No merged PRs in 30d
Description
Telegram supports "[pinned messages](https://core.telegram.org/api/pin)"
Currently it seems not possible to detect when an incoming message is caused by a user (un)pinning a message.
It would be nice if an [updatePinnedMessages](https://core.telegram.org/constructor/updatePinnedMessages) or [updatePinnedChannelMessages](https://core.telegram.org/constructor/updatePinnedChannelMessages) update message could be "detected", so one knows that no response is required, or a response like: "Thanks for (un)pinning a message" could be given...
Contributor guide
Assessment
This issue has not been assessed yet.