T
(:require [telegrambot-lib.core :as tbot]))
(defn updates [] (tbot/get-updates tbpt) (recur))
(def TokenBot "")
(def tbpt(tbot/create TokenBot))
(defn -main[]
(updates))
Size: a a a
T
¥
-main[]
T
ND
-main[]
¥
A
¥
¥
(defn asd [] (asd))
EZ
T
(defn asd [] (asd))
T
EZ
(defn get-me
"A simple method for testing your bot's auth token.
Returns basic information about the bot in form of a User object.
Required
- this ; a bot instance"
[this]
(http/request this "getMe"))
EZ
EZ
EZ
EZ
T
EZ
T
AZ