/telegrambot-go

A telegram bot library written in go

Primary LanguageGoGNU General Public License v3.0GPL-3.0

telegrambot

A telegram bot library (not a framework) written in go. You can freely combine functions to build your bot.

Subdirectories

- conf                        Config                doc
  - conf.go

- handlers                                          doc
  - base.go
  - text_handler.go           TextHandler

- plugins
  - redis                     Redis                 doc
    - redis.go

- structs                                           doc
  - callback_manager.go       CallbackManager
  - queue.go                  MessageQueue

- utils                       Helper functions      doc
  - utils.go

License

Copyright (C) 2016-2019 Laurence Liu liuxy6@gmail.com

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.