shady2k / logseq-inbox-telegram-plugin

MIT License
78 stars 5 forks source link

Forwarded message - Feature Request #17

Open ntotao opened 2 years ago

ntotao commented 2 years ago

At this time is not possible to trigger the bot forwarding a message from a channel if the message is a gif/picture, apparently. Forwarding a message from a contact or a channel is working anyhow, just if there is media there will not work apparently.

I would love to forward channels news directly to logseq for later curation. When you forward you can also write a message that will arrive before the forwarded message - this could trigger a different # for grouping.

shady2k commented 2 years ago

Sorry, but at this moment plugin cannot work with images because of logseq plugin API limitations. Please, see https://github.com/shady2k/logseq-inbox-telegram-plugin/issues/2

saccohuo commented 1 year ago

Sorry, but at this moment plugin cannot work with images because of logseq plugin API limitations. Please, see #2

How to remove images when forward message to get the text in the message?

kotochor commented 1 year ago

Would it be possible to save a link and attached text from a channel's message (post)? If I understand this right, then pictures can not be saved, but I assume that the text under those messages can be saved.

For example, I want to save a message from a public channel in my Logseq notes for later. I forward it to the bot. Plugin saves it as

* [[https://t.me/<channel>/<number>]]
Something, something from post

or just

* https://t.me/<channel>/<number>
Something, something from post

Or maybe it can be used with "inboxByChat"

"inboxByChat": [
  {
    "chatId": -111111111,
    "inboxName": "telegramPosts"
  }
]