Skip to content

Commit

Permalink
Readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
xtrime-ru committed Jan 19, 2020
1 parent df208e0 commit 85b68fd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,13 +103,12 @@ Fast, simple, async php telegram api server:
* glob syntax for sessions:
* `--session=*` to use all `sessions/*.madeline` files.
* `--session=users/* --session=bots/*` to use all session files from `sessions/bots` and `sessions/users` folders.
* Session management
Session can be added and removed while server is running.
* Session management (**Use with caution, can be unstable**)
**Examples:**
* Adding session: `http://127.0.0.1:9503/system/addInstance?session=users/xtrime`
* Removing session: `http://127.0.0.1:9503/system/removeInstance?session=users/xtrime`
If there is no authorization in session, or session file is blank, authorization required:
User:
Expand Down

0 comments on commit 85b68fd

Please sign in to comment.