cl-telegram-bot/docs/basic-bot-class.rst
2019-09-20 15:51:55 +02:00

16 lines
323 B
ReStructuredText

###############
API Reference
###############
Basic Types, Methods and Functions
==================================
.. cl:package:: cl-telegram-bot
.. cl:type:: TG-BOT
.. cl:function:: MAKE-TG-BOT
For example:
.. code-block:: common-lisp
(setf *bot* (make-tg-bot "secret:token" "http://my-test-endpoint"))