csznet/tgState

./tgState -token xxxx -target @xxxx

cyclestudy opened this issue · 1 comments

./tgState -token ccc -target=@ccc mode=p
这样对吗?再加别的参数怎么添加?

别的参数直接往后面添加上就行了,如
nohup ./tgState -token 111 -target @111 -port 9888 -mode p -url https://111.net/ > /dev/null 2>&1 &