1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
var NAVTREE =
[
[ "tgbot-cpp", "index.html", [
[ "Compilation", "index.html#Compilation", null ],
[ "Samples", "index.html#Samples", null ],
[ "Feedback", "index.html#Feedback", null ],
[ "Licence", "index.html#Licence", null ],
[ "Modules", "modules.html", "modules" ],
[ "Namespaces", null, [
[ "Namespace List", "namespaces.html", "namespaces" ],
[ "Namespace Members", "namespacemembers.html", [
[ "All", "namespacemembers.html", null ],
[ "Functions", "namespacemembers_func.html", null ]
] ]
] ],
[ "Classes", "annotated.html", [
[ "Class List", "annotated.html", "annotated_dup" ],
[ "Class Index", "classes.html", null ],
[ "Class Hierarchy", "hierarchy.html", "hierarchy" ],
[ "Class Members", "functions.html", [
[ "All", "functions.html", "functions_dup" ],
[ "Functions", "functions_func.html", "functions_func" ],
[ "Variables", "functions_vars.html", "functions_vars" ],
[ "Typedefs", "functions_type.html", null ],
[ "Enumerations", "functions_enum.html", null ],
[ "Related Functions", "functions_rela.html", null ]
] ]
] ],
[ "Files", null, [
[ "File List", "files.html", "files" ]
] ]
] ]
];
var NAVTREEINDEX =
[
"annotated.html",
"d2/df5/class_tg_bot_1_1_event_handler.html",
"d8/ddf/class_tg_bot_1_1_video.html#aebbdeaf632d9438f050797bd84ab6c8f",
"df/d32/class_tg_bot_1_1_contact.html#a35e56ce0b16eb1119431043dccd8056b"
];
var SYNCONMSG = 'click to disable panel synchronisation';
var SYNCOFFMSG = 'click to enable panel synchronisation';
|