Ver Fonte

added npx tgsession command to README.md (#78)

Gowtham há 4 anos atrás
pai
commit
225a1b80e0
1 ficheiros alterados com 2 adições e 0 exclusões
  1. 2 0
      README.md

+ 2 - 0
README.md

@@ -17,6 +17,8 @@ The output will be in `browser` folder.
 In the browser gramjs will use localstorage to not regenerate api methods each run.
 In the browser gramjs will use localstorage to not regenerate api methods each run.
 check the `examples` folder for more info.
 check the `examples` folder for more info.
 
 
+## Generate Session String
+To generate session string , simply run ` npx tgsession ` and provide required details 
 
 
 ## Using raw api
 ## Using raw api
 Currently you can use any raw api function using `await client.invoke(new RequestClass(args))` .
 Currently you can use any raw api function using `await client.invoke(new RequestClass(args))` .