Skip to content

Commit e032e59

Browse files
committed
Create README.md
1 parent 18efda0 commit e032e59

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Telegram Bot Java Library
2+
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

Comments
 (0)