tdlib / telegram-bot-api

Telegram Bot API server
https://core.telegram.org/bots
Boost Software License 1.0
3.2k stars 602 forks source link

No way to handle message unpin #641

Open Vilin97 opened 1 month ago

Vilin97 commented 1 month ago

Hi. It looks like message unpinning is not exposed in the API at all, is this correct? My bot remembers pinned messages, but I want it to forget the pinned message when it gets unpinned. I found no way of doing it, since message unpinning does not send any status update (unlike message pinning).

Is this on the TODO list?