Rubenlagus
97e0aaa10f
Fix inheritance of deprecated methods
2019-01-02 15:16:03 +01:00
Ruben Bermudez
885a2b69ff
Merge branch 'typo-fix' of https://github.com/aNNiMON/TelegramBots into aNNiMON-typo-fix
2019-01-02 15:04:53 +01:00
Ruben Bermudez
e746a99188
Merge branch 'aNNiMON-timeperiod-improvements' into dev
2019-01-02 15:03:10 +01:00
Ruben Bermudez
4ea1651b28
Merge branch 'timeperiod-improvements' of https://github.com/aNNiMON/TelegramBots into aNNiMON-timeperiod-improvements
2019-01-02 15:00:28 +01:00
Ruben Bermudez
c06aa5344c
Merge branch 'fbascheper-dev' into dev
2019-01-02 14:57:41 +01:00
Rubenlagus
880c8a2087
Fix guava dependency
2019-01-02 14:57:27 +01:00
Ruben Bermudez
8e8156646c
Merge branch 'dev' of https://github.com/fbascheper/TelegramBots into fbascheper-dev
2019-01-02 14:55:47 +01:00
Ruben Bermudez
6b0a738dac
Merge pull request #565 from Chase22/FIX/Missing-Field-disableNotifications-in-SendMessge-toString
...
Add missing "disableNotification" field to toString() of SendMessage class
2019-01-02 14:20:09 +01:00
Ruben Bermudez
72464edd2b
Merge pull request #561 from Chase22/FEATURE/Annotation-for-bot-session
...
Add annotation to allow bot to get botSession
2019-01-02 14:19:46 +01:00
chase
4c86a3994d
Add missing "disableNotification" field to toString() of SendMessage class
2019-01-02 14:04:01 +01:00
chase
ad195d8d59
Add annotation to allow bot to get botSession
...
A method annotated with @AfterBotRegistration will be invoked after
the bot is registered.
Optionally the method can have a parameter of
type BotSession to get passed the BotSession the bot was created with.
2018-12-19 22:19:22 +01:00
Victor
d091480f71
Ability to set time periods with Instant, Duration and ZonedDateTime
2018-12-12 19:18:09 +02:00
Victor
1099ea07a3
Fix typo in package
2018-12-12 17:28:25 +02:00
Victor
9a6682688e
Merge branch 'dev' into typo-fix
2018-12-12 17:10:18 +02:00
Ruben Bermudez
f7bde89ec8
Merge pull request #544 from aNNiMON/maskposition-fix
...
Fix wrong type in Sticker maskPosition field
2018-12-11 00:50:25 +00:00
Ruben Bermudez
5fec33f9ea
Merge pull request #540 from aNNiMON/actiontype-videonote
...
Video note support in ActionType
2018-12-11 00:49:58 +00:00
Ruben Bermudez
c71c2a3c29
Merge pull request #539 from aNNiMON/switchpmparameter-fix
...
Allow hyphen character in switchPmParameter
2018-12-11 00:49:43 +00:00
Ruben Bermudez
d420625e7b
Merge pull request #538 from aNNiMON/stickerpositioninset-fix
...
Fix setStickerPositionInSet
2018-12-11 00:49:30 +00:00
Erik-Berndt Scheper
28740da0df
Update dependencies to fix https://github.com/rubenlagus/TelegramBots/issues/547
2018-11-14 07:09:41 +01:00
romangraef
ee78c70164
removed more accidental configs
2018-11-10 22:35:50 +01:00
romangraef
ff01673f8f
removed accidental tests
2018-11-10 22:33:39 +01:00
romangraef
159de38b29
added tests for ability extension functionality
2018-11-10 22:07:41 +01:00
romangraef
a05988f5b4
merge upstream
2018-11-10 00:51:39 +01:00
romangraef
d515d8e44f
Added the extensions to abilities
2018-11-10 00:51:00 +01:00
Victor
4916e9f853
Fix wrong type in Sticker maskPosition field
2018-11-08 13:52:31 +02:00
Victor
ce05d68e81
Fix wrong class and method names
2018-11-07 12:34:50 +02:00
Victor
f133572a3a
Fix test case
2018-11-06 16:40:50 +02:00
Victor
aa3e1fcf63
Fix typos and error messages
2018-11-06 16:35:55 +02:00
Victor
0f611bfd17
Add record/upload video note to ActionType
2018-11-06 14:33:50 +02:00
Victor
1e764dfaf2
Allow hyphen character in switchPmParameter
2018-11-06 14:12:13 +02:00
Victor
cc5d365aed
Fix setStickerPositionInSet method
2018-11-06 13:14:21 +02:00
Ruben Bermudez
bdc8db3c87
Merge pull request #528 from d35h/master
...
Add addAll method for keyboardrow class
2018-10-31 20:14:34 +00:00
Ruben Bermudez
2c24058d5e
Merge pull request #526 from Chase22/master
...
Created Page on how to use Enviroment Variables for Tokens
2018-10-31 20:13:30 +00:00
Ruben Bermudez
ea6345b26f
Merge pull request #529 from Clevero/dev
...
change deprecated URL to MonsterDeveloper's book
2018-10-31 20:12:56 +00:00
Ruben Bermudez
7c33c8f454
Merge pull request #533 from Saberos/dev
...
Update Wiki FAQ Spring Boot starter
2018-10-31 20:12:35 +00:00
Ruben Bermudez
698a9eec76
Merge pull request #530 from Clevero/master
...
add example for ChatActions to FAQ
2018-10-31 20:12:15 +00:00
Stephan Groenewold
60d5634938
Update Wiki FAQ Spring Boot starter
2018-10-24 16:46:41 +02:00
Clevero
87fdde7fe1
Update FAQ.md
2018-10-17 09:54:24 +02:00
Clevero
4a244ce4da
change deprecated URL to MonsterDeveloper's book
...
The URL https://legacy.gitbook.com/book/monsterdeveloper/writing-telegram-bots-on-java/details seems to be deprecated
https://monsterdeveloper.gitbooks.io/writing-telegram-bots-on-java/content/
2018-10-17 08:56:39 +02:00
d35h
dc62f9ce63
Add tests
2018-10-14 22:11:04 +02:00
d35h
4efaa253b8
Add addAll method for keyboardrow
2018-10-14 21:45:49 +02:00
Ruben Bermudez
b4f710beaf
Merge pull request #524 from ezachateyskiy/patch-1
...
Fix wrong path for SendAnimation command
2018-09-28 22:33:23 +01:00
chase
77a3c635b5
Revert: Fix headers in Handling Bot Tokens page
2018-09-28 23:29:08 +02:00
chase
d7c5d28d45
Fix headers in Handling Bot Tokens page again
2018-09-28 22:14:00 +02:00
chase
8aa77f54eb
Fix headers in Handling Bot Tokens page
2018-09-28 22:11:33 +02:00
chase
ce82e627a6
Created page on how to handle bot tokens
2018-09-28 22:09:48 +02:00
ezachateyskiy
584b9d5f98
Fix wrong path for SendAnimation command
2018-09-15 02:07:17 +03:00
Ruben Bermudez
6cb8b7905d
Merge pull request #519 from davyvanroy/patch-1
...
typo
2018-09-09 12:13:36 +01:00
Ruben Bermudez
ffc1f713dc
Merge pull request #518 from rubenlagus/dev
...
Dev
2018-08-30 19:29:25 +01:00
Davy Van Roy
1728a23b00
typo
2018-08-30 14:31:26 +02:00