You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a private channel of my own. Let's say its ID is -123.
telegram-upload a.jpg uploads the file to my Saved messages. telegram-upload a.jpg --to '-123' a.jpg uploads to that channel I mentioned.
What if I want to upload the file to both my Saved messages and that channel? Do I have to upload to Saved messages, then manually select and forward the message to the channel? I don't know if it's possible to upload to both places at once using telegram-upload or not.
I thought the-f or --forward flag was for this use case. Documentation says:
-f, --forward <forward>
Forward the file to a chat (alias or id) or user (username, mobile or id). This option can be used multiple times.
so I tried telegram-upload --forward '-123' a.jpg. But an error occurred:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I have a private channel of my own. Let's say its ID is
-123.telegram-upload a.jpguploads the file to mySaved messages.telegram-upload a.jpg --to '-123' a.jpguploads to that channel I mentioned.What if I want to upload the file to both my
Saved messagesand that channel? Do I have to upload toSaved messages, then manually select and forward the message to the channel? I don't know if it's possible to upload to both places at once usingtelegram-uploador not.I thought the
-for--forwardflag was for this use case. Documentation says:so I tried
telegram-upload --forward '-123' a.jpg. But an error occurred:I'm confused about the difference between
--forwardand--totoo.Am I understanding something wrong? What should I do? Thank you.
Beta Was this translation helpful? Give feedback.
All reactions