zevlg / telega.el

GNU Emacs telegram client (unofficial)
https://zevlg.github.io/telega.el/
GNU General Public License v3.0
1.11k stars 86 forks source link

How to list forwarded messages in a `telega-chat-mode` buffer? #362

Closed rodrigomorales1 closed 2 years ago

rodrigomorales1 commented 2 years ago

This is a question, it's not a bug report nor a feature request.

I have noticed that when telega-chatbuf-filter is called, a big list of filters is shown and they can be used to search messages in a telega-chat-mode buffer (e.g. pinned, gif, file, by-sender, etc.)

I'm now interested in listing all the forwarded messages in a Telegram group, but I don't seem to find a filter in the list presented by telega-chatbuf-filter for forwarded messages, so I wonder how can I do this?

If there's no filter for this type of messages in telega-chatbuf-filter, what other alternatives do I have for getting a list of forwarded messages in a group?

rodrigomorales1 commented 2 years ago

I was told the following in the @emacs_telega group in Telegram.

This is not possible, there is no such message filter, create FR issue in the TDLib repo

I'll close this issue.