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
/// Module with the Config for connection to VK and Telegram.
/// Context struct with the text, from_id, peer_id, id, r#type, platform, data, config, event and attachments.
///
/// Contains methods for sending messages, attachments, files and other.
/// Structs for working with keyboards.
///
/// Contains structs for creating keyboards for VK and Telegram.
/// Middleware chain for processing messages.
///
/// Contains struct for middleware chain and functions for adding middleware.
/// Structs for working with Telegram context/events.
///
/// Contains structs for working with Telegram context/events.
/// Structs for working with Telegram API.
///
/// Contains structs for working with Telegram API.
/// Structs for working with Telegram attachments.
///
/// Contains structs for working with Telegram attachments.
/// Structs for working with uploads.
///
/// Contains structs for working with uploads.
/// Structs for working with VK context/events.
///
/// Contains structs for working with VK context/events.
/// Structs for working with VK API.
///
/// Contains structs for working with VK API.
/// Structs for working with VK attachments.
///
/// Contains structs for working with VK attachments.