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
45
46
47
48
49
50
51
52
53
/// Requests will be sent according to bot instance.
/// So users can use this library interacting with multiple bot APIs by having
/// multiple of `BotInstance`.
///
/// Most of the exposed function require `BotInstance` as part of the arguments.
/// ErrorResult usually returned to indicate result from calling APIs related
/// functions.
/// Telegram's error result.
/// In case of error occurred as part of telegram API calling, then this struct
/// will be formed and returned.
/// Status code indicating the result of APIs related function call.
/// Parse mode for `sendMessage` API
/// Options which can be used with `sendMessage` API