You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple to use library to create Telegram Bots in Java (Still Beta Version)
3
+
4
+
## Webhooks vs GetUpdates
5
+
Both ways are supported (but I still didn't tested webhooks). To change between them, just go to ´BuildVars.java´ and change variable ´useWebHook´value.
6
+
7
+
## Telegram Bot API
8
+
This library use [Telegram bot API](https://core.telegram.org/bots), you can find more information following the link.
9
+
10
+
## Questions or Suggestions
11
+
Feel free to create issues [here](https://github.com/rubenlagus/TelegramBots/issues) as you need or contact me at our [Telegram Group](https://telegram.me/joinchat/0039114101b62e7ea87dd357a4139fe1)
12
+
13
+
## License
14
+
15
+
This program is free software: you can redistribute it and/or modify
16
+
it under the terms of the GNU General Public License as published by
17
+
the Free Software Foundation, either version 3 of the License, or
18
+
(at your option) any later version.
19
+
20
+
This program is distributed in the hope that it will be useful,
21
+
but WITHOUT ANY WARRANTY; without even the implied warranty of
22
+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23
+
GNU General Public License for more details.
24
+
25
+
You should have received a copy of the GNU General Public License
26
+
along with this program. If not, see <http://www.gnu.org/licenses/>.
0 commit comments