Ruben
729c22c97d
Api Version 5.4
2021-11-06 16:28:12 +00:00
Ruben
eef0681ddf
Api Version 5.4
2021-11-06 14:52:47 +00:00
YanhuiJessica
a7f242fca0
fixed typo
2021-09-18 20:47:09 +08:00
rubenlagus
c8d461926b
ApiVersion 5.3.0
2021-07-04 13:04:15 +01:00
Ruben Bermudez
745709ea3c
Merge pull request #907 from nicetryzz/InlineModelWiki
...
Inline Model add in Wiki
2021-06-25 09:36:06 +01:00
rubenlagus
2b721194d1
Update 5.2
2021-04-26 20:55:29 +01:00
nicetryzz
8658de9b94
Inline Model add in Wiki
2021-04-24 21:36:26 +08:00
Chase
99899f1bd3
Fix some problems in the Handling-Bot-Tokens.md
...
Just some minor changes and typo fixes
2021-03-26 11:15:47 +01:00
rubenlagus
6ce7eb1323
Update 5.1.1
2021-03-15 01:38:52 +00:00
Dmitry Gangan
87e3f23e8e
Update Getting-Started.md
...
In latest release of TelegramBots SendMessage class methods setChatId(String chatId) and setText(String text) are returning void - hence cannot be chained on SendMessage constructor
Also, getChatId() is returning Long, rather than String, hence it should be converted to String while used in setChatId(String chatId)
2021-03-12 22:08:18 +02:00
rubenlagus
cea06afcef
Update wiki
2021-03-09 11:10:09 +00:00
rubenlagus
6653ffe937
API 5.1
2021-03-09 10:59:28 +00:00
Ruben Bermudez
4ae315eb09
Merge pull request #843 from Dhina17/dev
...
wiki: fix code in ability extension example
2021-03-06 11:15:27 +00:00
ekiauhce
97b427d9fa
Change "groovy" to "gradle" (language identifier)
2021-01-30 10:25:40 +03:00
ekiauhce
e09c13cf0e
Change "compile" to "implementation" (Gradle dependency) and "groovy" to "gradle" (language identifier)
2021-01-30 10:20:50 +03:00
Dhina17
adb765d739
wiki: fix code in ability extension example
2020-12-09 15:31:51 +05:30
rubenlagus
415d31eaec
Updage 5.0.1
2020-11-08 16:19:38 +00:00
Ruben Bermudez
0bbe66986b
Merge pull request #830 from Dhina17/dev
...
Fix unhandled exception type error in examples
2020-11-07 23:41:40 +00:00
Dhina17
c42955985e
Fix unhandled exception type error in examples
2020-11-08 03:11:19 +05:30
Victor Melnik
bd2aa24e00
Fix FAQ.md according to API changes
2020-11-07 11:03:24 +02:00
rubenlagus
b7ffc57704
Update link
2020-11-04 15:17:27 +00:00
rubenlagus
934e3e8f1a
Fix #795
2020-11-04 01:25:03 +00:00
rubenlagus
93bd1e0efe
Update changelog and how to update
2020-11-03 21:09:02 +00:00
Ruben Bermudez
ab00b182e8
Remove Guice
2020-11-03 02:57:36 +00:00
rubenlagus
fb5626de7a
CompletableFuture support
2020-11-03 02:24:07 +00:00
rubenlagus
447c9d3f92
Update 5.0 and lombok
2020-11-03 01:32:26 +00:00
rubenlagus
ac83b5d517
Update version
2020-10-28 22:16:13 +00:00
Ruben Bermudez
814955c2a6
Merge pull request #813 from christianblos/feature/ability-extension-list
...
Be able to add AbilityExtensions in Bot constructor
2020-10-23 00:26:26 +01:00
Christian Blos
3f07bfdff1
Updated ExtensionTest and wiki
2020-10-08 16:11:45 +02:00
Christian Blos
a1034707e3
Updated wiki
2020-10-08 15:33:30 +02:00
rubenlagus
749c6d3b6f
Fixes #767 , #766 , #761 , #763 , #776 , #772 , #771 , #780
2020-08-01 12:49:46 +01:00
Abbas Abou Daya
4991eef1f1
Add wiki and rename no space feature
2020-07-18 01:50:16 -07:00
Rumen Nikiforov
129c6d0c2f
Update FAQ.md
...
Fixed typo in SpringApplicationRun
Fixed inconsistency in sendMessage example
Fixed link to my webhook example
2020-06-15 11:47:34 +03:00
rubenlagus
72b239e851
Update version 4.9
2020-06-04 22:18:36 +01:00
Ruben Bermudez
28f60e3024
Merge pull request #731 from addo37/ability-stats
...
Add basic statistics to Abilities and Replies
2020-05-31 19:08:57 +01:00
Abbas Abou Daya
9ffc547cdf
Add basic statistics to Abilities and Replies
2020-04-27 21:40:47 -07:00
UnAfraid
854b336a24
Updated indentation of State-Machines example
2020-04-27 09:58:54 +03:00
rubenlagus
f84ec0b020
Version 4.8.1
2020-04-26 02:11:41 +01:00
Ruben Bermudez
cd0ec5959f
Merge pull request #744 from petrov9/dev
...
Update wiki pages
2020-04-26 01:57:21 +01:00
Ruben Bermudez
a3781ca0a5
Merge pull request #738 from Chase22/wiki/understanding-the-library
...
Wiki/understanding the library
2020-04-26 00:36:48 +01:00
Ruben Bermudez
da0aacfa40
Merge pull request #745 from Chase22/fix-gradle-string-in-ability-example
...
Fix gradle string in ability example
2020-04-26 00:35:02 +01:00
rubenlagus
571d58e13f
Update version Api 4.8
2020-04-24 09:03:23 +01:00
Chase22
43082ebeea
Fix gradle string in ability example
...
The current version is 4.7.
Also the compile configuration is deprecated and
was replaced by implementation.
See:
https://docs.gradle.org/current/userguide/java_plugin.html#tab:configurations
2020-04-10 11:08:26 +02:00
Anton Petrov
2083b29ae5
Update wiki pages
2020-04-06 15:29:38 +03:00
Ruben Bermudez
14633b4040
Update version Api 4.7
2020-04-01 09:10:13 +01:00
Lukas Prediger
10ed2b5bf5
Finish first version
2020-03-22 19:55:45 +01:00
Lukas Prediger
2568822d58
Add comments to code
2020-03-22 19:55:42 +01:00
Lukas Prediger
263d690933
Add last updated date
2020-03-22 19:55:40 +01:00
Chase
7b03a2889d
Add poll example
2020-03-22 19:55:37 +01:00
Chase
791826fb02
Add mapping section
2020-03-22 19:55:24 +01:00