You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.MD
+1-6Lines changed: 1 addition & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,18 +20,13 @@ Just add the library to your project with one of these options:
20
20
<dependency>
21
21
<groupId>org.telegram</groupId>
22
22
<artifactId>telegramapi</artifactId>
23
-
<version>57.2</version>
23
+
<version>66.0</version>
24
24
</dependency>
25
25
```
26
26
27
27
2. Using Jitpack from [here](https://jitpack.io/#rubenlagus/TelegramApi)
28
28
3. Download the jar(including all dependencies) from [here](https://github.com/rubenlagus/TelegramApi/releases)
29
29
30
-
31
-
## Sample bots
32
-
33
-
Create your own stickers with [Clippy](https://telegram.me/clippy)
34
-
35
30
## Telegram API and MTPROTO:
36
31
37
32
If you want more information about Telegram API, you can go [here](https://core.telegram.org/api#telegram-api). And [here](https://core.telegram.org/mtproto) you will find extra information about mtproto.
0 commit comments