mirror of
https://github.com/vale981/cl-telegram-bot
synced 2025-03-04 17:21:41 -05:00
16 lines
323 B
ReStructuredText
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"))
|