We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3522b80 commit a6a9eefCopy full SHA for a6a9eef
README.md
@@ -50,6 +50,13 @@ while (true) {
50
}
51
```
52
53
+## Updating
54
+To update phgram to the lastest version, run this command in shell:
55
+`wget https://raw.githubusercontent.com/usernein/phgram/master/phgram.phar`
56
+
57
+Or run this php snippet:
58
+`copy('https://raw.githubusercontent.com/usernein/phgram/master/phgram.phar', 'phgram.phar');`
59
60
## BotAPI Methods
61
phgram supports all methods and types described on the [official docs](https://core.telegram.org/bots/api).
62
Just call any BotAPI method as a \phgram\Bot class method:
0 commit comments