Commit Graph

1022 Commits

Author SHA1 Message Date
Victor
0ec2e32bc9 Add an access to the user in ChatMember interface 2021-07-08 15:46:41 +03:00
Ruben Bermudez
247274a568
Merge pull request #938 from rubenlagus/dev
Dev
2021-07-04 22:03:27 +01:00
rubenlagus
c8d461926b ApiVersion 5.3.0 2021-07-04 13:04:15 +01:00
Ruben Bermudez
96d3cf187f
Merge pull request #937 from addo47/fix-force-reply
Set the proper fields for forceReply method in silent sender
2021-07-04 12:39:06 +01:00
rubenlagus
ff6ce9f764 ApiVersion 5.3 2021-07-04 03:14:10 +01:00
Abbas Abou Daya
c453b54bd4 Set the proper fields for forceReply 2021-07-03 11:20:42 -07:00
rubenlagus
b02034c6c4 Fix #931 2021-06-25 10:39:45 +02:00
Ruben Bermudez
745709ea3c
Merge pull request #907 from nicetryzz/InlineModelWiki
Inline Model add in Wiki
2021-06-25 09:36:06 +01:00
Ruben Bermudez
5c1bf4a0f4
Merge pull request #921 from AssasinCross/master
Fix issue #920 Wrong API path for SetStickerSetThumb
2021-06-25 09:34:16 +01:00
Herindra Setiawan
d315745f2e Change Exception error message to match the function 2021-05-18 15:40:14 +07:00
Herindra Setiawan
09cdf87724 Fix issue #920 Wrong API path for SetStickerSetThumb 2021-05-18 13:56:11 +07:00
CalvinDesktop
330d9c29fa fix minor issues for previous commit fix issue #755 2021-05-15 14:16:12 +08:00
CalvinDesktop
9abce70359 Add feature #755, can use properties to configure ability toggle 2021-05-15 14:09:35 +08:00
Andy Costanza
45671f1bab
Merge pull request #21 from rubenlagus/dev
Update 5.2
2021-04-28 10:59:40 +02:00
Ruben Bermudez
02fdbec4cc
Merge pull request #912 from rubenlagus/dev
Dev
2021-04-26 21:01:34 +01:00
rubenlagus
2b721194d1 Update 5.2 2021-04-26 20:55:29 +01:00
Andy Costanza
bb18562222
Merge pull request #20 from rubenlagus/dev
Dev
2021-04-26 20:31:31 +02:00
Ruben Bermudez
242af20024
Merge pull request #909 from Jimall/fix_issue_869 2021-04-25 13:09:52 +01:00
Shang Jihao
d3e58de851 fix issue 869 2021-04-25 18:09:24 +08:00
Ruben Bermudez
0e80f2a4c8 update pom 2021-04-25 03:01:23 +01:00
monkey
e38c3b0ba9 issue #707 ExponentialBackOff refactored to interface for custom implementation 2021-04-25 03:01:23 +01:00
Ruben Bermudez
f437fd885c
Merge pull request #901 from slavino/patch-2
Update pom.xml
2021-04-25 02:59:25 +01:00
Ruben Bermudez
934023632f Merge branch 'slavino-master' into dev 2021-04-25 02:58:39 +01:00
Ruben Bermudez
92e68b51da Merge branch 'master' of https://github.com/slavino/TelegramBots into slavino-master
# Conflicts:
#	telegrambots-meta/src/test/java/org/telegram/telegrambots/meta/test/TestDeserialization.java
2021-04-25 02:58:30 +01:00
Ruben Bermudez
58de20ae9f
Merge pull request #898 from slavino/patch-1
Update TelegramApiRequestException.java
2021-04-25 01:49:47 +01:00
nicetryzz
8658de9b94 Inline Model add in Wiki 2021-04-24 21:36:26 +08:00
Slavomir Hustaty
0adf90fe8c
Update pom.xml
Spring boot 2.4.5 based on SF 5.3.6 - https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/
2021-04-19 18:17:48 +02:00
Slavomir Hustaty
58822f5113 https://github.com/rubenlagus/TelegramBots/pull/898
https://github.com/rubenlagus/TelegramBots/issues/892
2021-04-19 14:09:08 +02:00
Slavomir Hustaty
00085adfd6
Update TelegramApiRequestException.java
https://github.com/rubenlagus/TelegramBots/issues/892
https://github.com/rubenlagus/TelegramBots/pull/893
2021-04-19 10:09:36 +02:00
Ruben Bermudez
d7781f23e0 Fix #888 2021-04-16 01:25:39 +01:00
Ruben Bermudez
528d5b8331
Merge pull request #883 from Chase22/patch-1
Fix some problems in the Handling-Bot-Tokens.md
2021-04-16 00:05:18 +01:00
Andy Costanza
3d924b883b
Merge pull request #19 from rubenlagus/dev
Dev
2021-03-31 17:09:17 +02: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
Ruben Bermudez
4882040822
Merge pull request #876 from rubenlagus/dev
Dev
2021-03-15 01:39:14 +00:00
rubenlagus
6ce7eb1323 Update 5.1.1 2021-03-15 01:38:52 +00:00
Ruben Bermudez
bbaafbc2a4
Merge pull request #875 from dgangan/patch-1
Update Getting-Started.md
2021-03-15 01:35:22 +00:00
Ruben Bermudez
1f8b7a0f01
Merge pull request #874 from aNNiMON/typo-fix
Fix typos
2021-03-15 01:34:44 +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
Victor
93106c8cfa Fix typos 2021-03-12 11:28:40 +02:00
Andy Costanza
608581ce67
Merge pull request #18 from rubenlagus/dev
Dev
2021-03-09 13:20:58 +01:00
Ruben Bermudez
60c1927c34
Merge pull request #871 from rubenlagus/dev
Dev
2021-03-09 11:16:07 +00: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
rubenlagus
ecca28cedc Fix #857 2021-03-07 03:29:40 +00:00
rubenlagus
c7728fbc8a Fix webhook version and validate username and token is present 2021-03-07 03:28:24 +00:00
rubenlagus
272be4a79c Fix enforcer rule 2021-03-07 02:40:17 +00:00
Ruben Bermudez
e994bbe263 Merge branch 'costalfy-master' into dev 2021-03-07 00:21:42 +00:00
Ruben Bermudez
5877f1b5ae Merge branch 'master' of https://github.com/costalfy/TelegramBots into costalfy-master 2021-03-07 00:21:27 +00:00
Ruben Bermudez
7287c38444
Merge pull request #859 from Narryel/dev
add multiple reply declaration support
2021-03-06 11:15:38 +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