Commit Graph

99 Commits

Author SHA1 Message Date
Andrea Cavalli
7d2abecd88 Merge remote-tracking branch 'github/master' 2022-11-15 17:28:05 +01:00
ruben
1e040bea4d Api version 6.3 2022-11-08 18:33:50 +00:00
Andrea Cavalli
8b8646c61c Custom package 2022-07-19 23:34:41 +02:00
Andrea Cavalli
40006eabd3 Merge tag 'v6.1.0' 2022-06-22 00:31:29 +02:00
rubenlagus
f7bcab98e8 Update version 2022-06-21 21:28:25 +02:00
Ruben Bermudez
0170c93555
Merge pull request #1030 from loolzaaa/webhook_fix1 2022-06-15 02:31:07 +02:00
rubenlagus
ce4760d994 Allow Long setters for ChatIds 2022-06-14 22:20:22 +02:00
Andrea Cavalli
ea4076b319 Merge remote-tracking branch 'TelegramBots/master' 2022-05-05 12:17:14 +02:00
Robin Syl
132f8b7be8 Update dependencies when possible 2022-04-24 17:19:47 +02:00
Ruben
8282529b89 Api Version 6.0 2022-04-17 21:17:32 +01:00
Ruben
e779402e74 Api Version 6.0 2022-04-17 20:40:17 +01:00
Andrea Cavalli
a8a00430e6 Java modules 2022-04-09 02:42:41 +02:00
Korsakov A.N. (20211)
db8aa6ac3e Add default behaviour for some methods in CommandBot interface 2022-02-10 12:07:22 +05:00
loolzaaa
54575990bc Add webhook command bot 2022-02-10 10:20:30 +05:00
Andrea Cavalli
359d1db9af Merge tag 'v5.7.1' 2022-02-09 21:06:10 +01:00
Ruben
6bb17461f0 Api Version 5.7 2022-02-01 23:00:54 +00:00
Andrea Cavalli
134f32d03e Update distribution management 2022-01-10 22:59:53 +01:00
Andrea Cavalli
c4e3f16871 Merge remote-tracking branch 'TelegramBots/master' 2022-01-04 12:35:20 +01:00
Andrea Cavalli
aca3f8b688 Update plugins 2022-01-04 12:35:12 +01:00
Ruben
feffffe112 Api Version 5.6 2022-01-01 23:06:28 +00:00
Ruben
3eea18aef6 Api Version 5.5 2021-12-07 21:03:25 +00:00
Ruben
e5deb95933 Update Version 2021-11-14 21:25:40 +00:00
Ruben
eef0681ddf Api Version 5.4 2021-11-06 14:52:47 +00:00
rubenlagus
c8d461926b ApiVersion 5.3.0 2021-07-04 13:04:15 +01:00
rubenlagus
2b721194d1 Update 5.2 2021-04-26 20:55:29 +01:00
rubenlagus
6ce7eb1323 Update 5.1.1 2021-03-15 01:38:52 +00:00
rubenlagus
6653ffe937 API 5.1 2021-03-09 10:59:28 +00:00
Ruben Bermudez
af9a0e308e
Merge pull request #787 from Borumer/Borumer-lib-1
Add CommandMessage class
2021-02-14 21:56:41 +00:00
ekiauhce
37171fa94a Change "compile" to "implementation" (Gradle dependency) 2021-01-30 10:24:00 +03:00
rubenlagus
415d31eaec Updage 5.0.1 2020-11-08 16:19:38 +00:00
rubenlagus
2f56a05a22 Fix #795 2020-11-04 01:23:37 +00:00
Ruben Bermudez
ab00b182e8 Remove Guice 2020-11-03 02:57:36 +00:00
rubenlagus
447c9d3f92 Update 5.0 and lombok 2020-11-03 01:32:26 +00:00
rubenlagus
3275c10913 More cleanup 2020-10-31 17:43:32 +00:00
rubenlagus
0a58ef7120 Remove deprecated versions 2020-10-31 13:19:19 +00:00
rubenlagus
6b18fbb545 Remove deprecated versions 2020-10-31 13:04:38 +00:00
rubenlagus
ac83b5d517 Update version 2020-10-28 22:16:13 +00:00
Grig Alex
cdef29f1ba
Deprecate old constructor 2020-10-24 00:04:33 +03:00
Grig Alex
5ea6fc9f09
Add constructor with bot username 2020-10-21 22:16:38 +03:00
Grig Alex
323d7607d6
Create tests for CommandRegistry 2020-10-20 22:10:06 +03:00
Grig Alex
30fa92cd8b
Replace botUsername with botUsernameSupplier 2020-10-20 20:41:34 +03:00
rubenlagus
749c6d3b6f Fixes #767, #766, #761, #763, #776, #772, #771, #780 2020-08-01 12:49:46 +01:00
Varun
8d6e5c80d3
Add CommandMessage class
This class adds argument functionality to a given message that a user typed, that also counts as a command
2020-07-20 18:21:21 -04:00
rubenlagus
72b239e851 Update version 4.9 2020-06-04 22:18:36 +01:00
rubenlagus
f84ec0b020 Version 4.8.1 2020-04-26 02:11:41 +01:00
Ruben Bermudez
21472d67cd
Merge pull request #735 from Chase22/fix-command-bot-constructors
Revert: Added deprecated constructor with the old style (e526b9db)
2020-04-26 00:37:59 +01:00
rubenlagus
571d58e13f Update version Api 4.8 2020-04-24 09:03:23 +01:00
Ruben Bermudez
14633b4040 Update version Api 4.7 2020-04-01 09:10:13 +01:00
Lukas Prediger
cc0e0c9771 Revert: Added deprecated constructor with the old style (e526b9db)
This commit causes a bug if using the normal constructors without
overriding getBotUsername and since it's no longer abstract it doesn't force you to implement the method,
even though it is needed in any case aside from the deprecated one
2020-03-05 17:01:06 +01:00
rubenlagus
d61ade0487 Update 4.6 2020-01-23 23:23:29 +00:00