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?
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?