Wolfram Language
Paclet Repository
Community-contributed installable additions to the Wolfram Language
Primary Navigation
Categories
Cloud & Deployment
Core Language & Structure
Data Manipulation & Analysis
Engineering Data & Computation
External Interfaces & Connections
Financial Data & Computation
Geographic Data & Computation
Geometry
Graphs & Networks
Higher Mathematical Computation
Images
Knowledge Representation & Natural Language
Machine Learning
Notebook Documents & Presentation
Scientific and Medical Data & Computation
Social, Cultural & Linguistic Data
Strings & Text
Symbolic & Numeric Computation
System Operation & Setup
Time-Related Computation
User Interface Construction
Visualization & Graphics
Random Paclet
Alphabetical List
Using Paclets
Create a Paclet
Get Started
Download Definition Notebook
Learn More about
Wolfram Language
TelegramBot
Guides
TelegramBot Guide
Symbols
CreateBotSession
DeployBotWebhook
getMe
getUpdates
HandleBotUpdates
ImportTelegramFile
Object
sendMessage
sendPhoto
TelegramBot
KirillBelov`TelegramBot`
D
e
p
l
o
y
B
o
t
W
e
b
h
o
o
k
D
e
p
l
o
y
B
o
t
W
e
b
h
o
o
k
[
b
o
t
]
d
e
p
l
o
y
b
o
t
w
e
b
h
o
o
k
D
e
p
l
o
y
B
o
t
W
e
b
h
o
o
k
[
b
o
t
,
w
e
b
h
o
o
k
N
a
m
e
]
d
e
p
l
o
y
b
o
t
w
e
b
h
o
o
k
w
i
t
h
s
p
e
c
i
f
i
c
w
e
b
h
o
o
k
N
a
m
e
D
e
p
l
o
y
B
o
t
W
e
b
h
o
o
k
[
b
o
t
,
u
p
d
a
t
e
H
a
n
d
l
e
r
]
d
e
p
l
o
y
b
o
t
w
e
b
h
o
o
k
w
i
t
h
s
p
e
c
i
f
i
c
u
p
d
a
t
e
H
a
n
d
l
e
r
D
e
p
l
o
y
B
o
t
W
e
b
h
o
o
k
[
b
o
t
,
u
p
d
a
t
e
H
a
n
d
l
e
r
,
w
e
b
h
o
o
k
N
a
m
e
]
d
e
p
l
o
y
b
o
t
w
e
b
h
o
o
k
w
i
t
h
s
p
e
c
i
f
i
c
u
p
d
a
t
e
H
a
n
d
l
e
r
a
n
d
w
e
b
h
o
o
k
N
a
m
e
D
e
t
a
i
l
s
a
n
d
O
p
t
i
o
n
s
Examples
(
1
)
Basic Examples
(
1
)
Create the Bot:
I
n
[
1
]
:
=
b
o
t
=
T
e
l
e
g
r
a
m
B
o
t
[
"
1
2
4
7
0
3
1
0
8
8
:
A
A
G
W
7
3
y
z
g
g
r
m
4
T
r
7
b
l
d
G
C
C
a
I
r
r
w
I
S
N
s
d
D
z
g
"
]
O
u
t
[
1
]
=
T
e
l
e
g
r
a
m
B
o
t
N
a
m
e
:
W
o
l
f
r
a
m
K
e
r
n
e
l
B
o
t
Create update handler:
I
n
[
2
]
:
=
u
p
d
a
t
e
H
a
n
d
l
e
r
[
b
o
t
_
T
e
l
e
g
r
a
m
B
o
t
,
u
p
d
a
t
e
_
]
:
=
s
e
n
d
M
e
s
s
a
g
e
[
b
o
t
,
u
p
d
a
t
e
[
"
m
e
s
s
a
g
e
"
,
"
c
h
a
t
"
,
"
i
d
"
]
,
"
H
e
l
l
o
f
r
o
m
t
h
e
W
o
l
f
r
a
m
C
l
o
u
d
!
M
y
c
u
r
r
e
n
t
g
e
o
l
o
c
a
t
i
o
n
i
s
"
<
>
S
t
r
i
n
g
T
e
m
p
l
a
t
e
[
"
`
1
`
`
2
`
`
3
`
"
]
[
$
G
e
o
L
o
c
a
t
i
o
n
C
o
u
n
t
r
y
,
$
G
e
o
L
o
c
a
t
i
o
n
C
i
t
y
,
$
G
e
o
L
o
c
a
t
i
o
n
]
]
Deploy bot:
I
n
[
3
]
:
=
D
e
p
l
o
y
B
o
t
W
e
b
h
o
o
k
[
b
o
t
,
u
p
d
a
t
e
H
a
n
d
l
e
r
]
O
u
t
[
3
]
=
C
l
o
u
d
O
b
j
e
c
t
[
h
t
t
p
s
:
/
/
w
w
w
.
w
o
l
f
r
a
m
c
l
o
u
d
.
c
o
m
/
o
b
j
/
k
i
r
i
l
l
b
e
l
o
v
t
e
s
t
/
0
2
7
b
0
e
3
a
e
3
d
0
3
c
c
3
c
1
f
6
c
6
0
4
b
7
e
d
7
3
f
b
b
d
2
6
4
9
b
0
]
Go to the chat with the bot and let's send a message:
S
e
e
A
l
s
o
T
e
l
e
g
r
a
m
B
o
t
R
e
l
a
t
e
d
G
u
i
d
e
s
▪
T
e
l
e
g
r
a
m
B
o
t
G
u
i
d
e
"
"