-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
demos.xml
23 lines (23 loc) · 949 Bytes
/
demos.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="utf-8"?>
<demos><!--This is an autogenerated file, please do not modify-->
<name>Telegram Bot Toolbox API</name>
<type>toolbox</type>
<icon>HelpIcon.DEMOS</icon>
<website/>
<description>Each bot is given a unique authentication token when it is created. The token looks something like 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11. You can learn about obtaining tokens and generating new ones in https://core.telegram.org/bots/api</description>
<demosection>
<label>telegram_bot_toolbox</label>
<demoitem>
<label>examples</label>
<type>other</type>
<source>examples</source>
<file>html/examples.html</file>
</demoitem>
<demoitem>
<label>test_webhook</label>
<type>other</type>
<source>test_webhook</source>
<file>html/test_webhook.html</file>
</demoitem>
</demosection>
</demos>