emad
4500711db4
Detect Too Many Requests descriptions case-insensitively
...
Telegram has been observed to return both "Bad Request: Too Many
Requests: retry after N" and "Bad Request: too Many Requests: retry
after N" (lowercase leading 't'). The current case-sensitive check
silently misses the latter and the caller never sees a
TooMuchRequestsException.
Added `ignoreCase = true` to the contains(...) check and three
regression tests covering canonical, lowercase-initial, and
all-lowercase casings.
Closes #1008
2026-04-19 03:24:16 +03:00
16e94a1e1b
Merge pull request #1038 from InsanusMokrassar/33.0.0
...
33.0.0
2026-04-16 17:43:38 +06:00
96a5508e9a
refill changelog
v33.0.0
2026-04-16 13:05:29 +06:00
83de9fd973
fix name of allowMultipleAnswers to allowsMultipleAnswers
2026-04-16 13:02:10 +06:00
4a0b890697
fill CHANGELOG.md, fix README.md, small fix in checkSendData to not throw error
2026-04-16 12:39:26 +06:00
0e481c3dd9
fix of custom emoji icons passing in setParams of WebApp and rewrite init errors to warnings in SendQuizPoll
2026-04-15 16:13:37 +06:00
176d0d419a
fix hierarchy of ManagedBotUpdated
2026-04-14 19:59:52 +06:00
77bf7b6e89
fix of onManagedBotUpdated work
2026-04-14 19:50:54 +06:00
5337f8c7cc
fix of username encoding in KeyboardButtonRequestManagedBot
2026-04-14 17:26:37 +06:00
57fa6fd597
add note about isAnonymous with allowAddingOptions
2026-04-13 15:45:25 +06:00
703538a6fa
continue fix of fields absence
2026-04-13 14:49:48 +06:00
08877a8f47
continue fixing missing parts
2026-04-09 13:10:14 +06:00
8d3338b79a
add support of pollOptionId in ReplyParameters and reply_to_poll_option_id
2026-04-08 19:02:25 +06:00
243a3ca626
add support of PollOptionAdded and PolloptionDeleted
2026-04-08 18:10:39 +06:00
277c329ab9
several calls fix
2026-04-07 23:44:13 +06:00
e3ae85e067
Actualize PollAnswer
2026-04-07 00:23:31 +06:00
ac51189694
reimplementation of PollOption and SendPoll
2026-04-07 00:16:04 +06:00
cfd74eb58c
add PollOptionPersistentId
2026-04-06 23:30:11 +06:00
78c476e4c6
add support of QuizPoll#correctOptionIds
2026-04-06 18:46:08 +06:00
a5446b5adb
add support of managed bots creation link
2026-04-06 16:32:26 +06:00
4b5aad2b85
add support of requestChat
2026-04-06 16:13:29 +06:00
a0e748f9a9
add support of PreparedKeyboardButton and savePreparedKeyboardButton
2026-04-06 16:11:46 +06:00
de13ddeb54
complete support of ManagedBotCreated and ManagedBotUpdated, add getManagedBotToken and replaceManagedBotToken
2026-04-06 15:47:38 +06:00
b37dda6f47
add ManagedBotCreated and ManagedBotUpdated
2026-04-06 00:42:16 +06:00
e604b7a3bf
add support of KeyboardButtonRequestManagedBot
2026-04-05 21:28:10 +06:00
661b846a74
add support of canManageBots
2026-04-05 17:38:50 +06:00
ce44203941
start 33.0.0
2026-04-05 17:38:20 +06:00
ba65e01c84
Merge pull request #1033 from InsanusMokrassar/32.0.0
...
32.0.0
2026-03-08 15:10:48 +06:00
2a1bd229d6
partial replace of require with warning messages
v32.0.0
2026-03-06 19:09:45 +06:00
b30af48b8d
improve readability of SetBusinessAccountUsername and fix its api
2026-03-06 18:44:35 +06:00
083fd1b682
returned boolean now returns unit
2026-03-06 00:39:54 +06:00
a8410df038
fill changelog
2026-03-05 21:56:04 +06:00
bd7e8ed55f
update dependencies
2026-03-05 21:38:05 +06:00
8c6408bc2b
start 32.0.0
2026-03-05 19:27:23 +06:00
e5d18a421f
Merge pull request #1032 from InsanusMokrassar/31.2.0
...
31.2.0
2026-03-04 19:38:06 +06:00
d3c1859338
fix of #1027 and small fix of changelog for #1026
v31.2.0
2026-03-03 17:55:40 +06:00
e6d6bbdaa0
fix of #1026
2026-03-03 17:47:45 +06:00
75a977aebb
start 31.2.0
2026-03-03 16:07:35 +06:00
f48eb820bf
Merge pull request #1031 from InsanusMokrassar/31.1.0
...
31.1.0
2026-03-02 19:22:43 +06:00
9f9d890831
fix of promoteChatAdministrator
v31.1.0
2026-03-02 19:05:38 +06:00
da662603b0
fill changelog and readme
2026-03-02 18:50:51 +06:00
2dd91f47d7
add helper method sender_tag for messages
2026-03-02 17:40:47 +06:00
8eb8e5ee1f
add support of iconCustomEmojiId in BottomButton
2026-03-02 16:56:57 +06:00
b533bab95f
add support of users tags
2026-03-02 16:51:10 +06:00
4f97327d29
add support of date_time messages entities
2026-03-02 15:29:26 +06:00
b17d7a868a
start 31.1.0
2026-03-02 00:30:37 +06:00
df695ceadb
Merge pull request #1030 from InsanusMokrassar/31.0.1
...
31.0.1
2026-02-26 00:54:42 +06:00
ac511d0aed
make nanostarAmount in StarTransaction nullable
2026-02-25 22:10:19 +06:00
65cd359002
start 31.0.1
2026-02-25 22:01:55 +06:00
8d7005be80
try to update nmcp version
2026-02-24 18:24:39 +06:00