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
Maybe i did not see this but is there a way to individually specify for each new command a different receiver?
I created a bot and everything is working fine by sending eacht message into one and the same group.
But is there a way to configurate api-key, target user/group/channel just within one command?
e.g. to myself
telegram-send -token 39430958350285 -u Myusername "This message"
e.g. to group
telegram-send -token 39430958350285 -g -121541(groupid) "This message"
I think at the moment everything is aligned to be based on a separate config
And (im not sure but i think) there is no option to send to a specific user by using a bot? only channel or group or myself?
The text was updated successfully, but these errors were encountered:
Maybe i did not see this but is there a way to individually specify for each new command a different receiver?
I created a bot and everything is working fine by sending eacht message into one and the same group.
But is there a way to configurate api-key, target user/group/channel just within one command?
e.g. to myself
telegram-send -token 39430958350285 -u Myusername "This message"
e.g. to group
telegram-send -token 39430958350285 -g -121541(groupid) "This message"
I think at the moment everything is aligned to be based on a separate config
And (im not sure but i think) there is no option to send to a specific user by using a bot? only channel or group or myself?
The text was updated successfully, but these errors were encountered: