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`
C
r
e
a
t
e
B
o
t
S
e
s
s
i
o
n
C
r
e
a
t
e
B
o
t
S
e
s
s
i
o
n
[
b
o
t
]
s
e
s
s
i
o
n
b
o
t
C
r
e
a
t
e
B
o
t
S
e
s
s
i
o
n
[
b
o
t
,
t
i
m
e
s
p
e
c
]
s
e
s
s
i
o
n
b
o
t
w
i
t
h
s
p
e
c
i
f
i
c
t
i
m
e
s
p
e
c
C
r
e
a
t
e
B
o
t
S
e
s
s
i
o
n
[
b
o
t
,
u
p
d
a
t
e
H
a
n
d
l
e
r
]
s
e
s
s
i
o
n
b
o
t
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
C
r
e
a
t
e
B
o
t
S
e
s
s
i
o
n
[
b
o
t
,
u
p
d
a
t
e
H
a
n
d
l
e
r
,
t
i
m
e
s
p
e
c
]
s
e
s
s
i
o
n
b
o
t
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
t
i
m
e
s
p
e
c
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 an 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
!
"
]
Period and count of runs for the bot:
I
n
[
3
]
:
=
t
i
m
e
s
p
e
c
=
{
1
,
1
0
}
O
u
t
[
3
]
=
{
1
,
1
0
}
And submit bot to the session:
I
n
[
4
]
:
=
t
a
s
k
=
C
r
e
a
t
e
B
o
t
S
e
s
s
i
o
n
[
b
o
t
,
u
p
d
a
t
e
H
a
n
d
l
e
r
,
t
i
m
e
s
p
e
c
]
O
u
t
[
4
]
=
And result is:
S
e
e
A
l
s
o
T
e
l
e
g
r
a
m
B
o
t
▪
g
e
t
U
p
d
a
t
e
s
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
"
"