telegram.contrib.botan module¶
-
class
telegram.contrib.botan.Botan(token)¶ Bases:
objectThis class helps to send incoming events to your botan analytics account. See more: https://github.com/botanio/sdk#botan-sdk
-
token= ''¶
-
track(message, event_name='event')¶
-
url_template= 'https://api.botan.io/track?token={token}&uid={uid}&name={name}&src=python-telegram-bot'¶
-