logseq-inbox-telegram-plugin icon indicating copy to clipboard operation
logseq-inbox-telegram-plugin copied to clipboard

Forwarded message - Feature Request

Open ntotao opened this issue 3 years ago • 3 comments

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.

ntotao avatar May 02 '22 15:05 ntotao

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

shady2k avatar May 02 '22 16:05 shady2k

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?

saccohuo avatar Jan 11 '23 16:01 saccohuo

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"
  }
]

kotochor avatar Jul 10 '23 19:07 kotochor