瀏覽代碼

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

Gowtham 4 年之前
父節點
當前提交
225a1b80e0
共有 1 個文件被更改,包括 2 次插入0 次删除
  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.
 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
 Currently you can use any raw api function using `await client.invoke(new RequestClass(args))` .