We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5331eb1 commit 2732f50Copy full SHA for 2732f50
1 file changed
README.md
@@ -74,6 +74,8 @@ Features:
74
75
- [X] Sending documents with links, `java.io.File`, or `byte[]`
76
77
+- [X] Updatable messages by time
78
+
79
- [ ] Sending `Reply Keyboard`
80
81
## Installation
@@ -84,14 +86,14 @@ Maven:
84
86
<dependency>
85
87
<groupId>ru.zoommax</groupId>
88
<artifactId>OneMessageBot</artifactId>
- <version>1.1.0.3</version>
89
+ <version>1.1.3.3</version>
90
</dependency>
91
```
92
93
Gradle:
94
95
```groovy
-implementation 'ru.zoommax:OneMessageBot:1.1.0.3'
96
+implementation 'ru.zoommax:OneMessageBot:1.1.3.3'
97
98
99
## Third-party Dependencies
0 commit comments