f6d5b3ea71
Add Bot API 10.1 Join Request Queries support
...
Adds:
- ChatJoinRequestQueryId value class and ChatJoinRequest.queryId field
- ExtendedBot.supportsJoinRequestQueries (User.supports_join_request_queries)
- ExtendedChat.guardBot (ChatFullInfo.guard_bot), parsed for public chats
- AnswerChatJoinRequestQuery request + ChatJoinRequestQueryResult enum
- SendChatJoinRequestWebApp request
- answerChatJoinRequestQuery / sendChatJoinRequestWebApp TelegramBot extensions
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com >
2026-06-19 17:03:26 +06:00
628e877064
Add Bot API 10.1 Polls support (Link, InputMediaLink)
...
Adds the Link type implementing PollMedia (the url attached to a poll
option), parses the new `link` field in PollMedia, and adds
TelegramMediaLink (InputMediaLink) usable as InputPollOptionMedia.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com >
2026-06-19 16:53:59 +06:00
fa73f34182
Merge branch 'master' into 34.0.0
2026-06-13 14:08:47 +06:00
a9f27b4417
ksp + apiDump
2026-06-06 13:02:04 +06:00
df77c65c86
rework of guest answers messages
2026-05-30 15:09:19 +06:00
1f2b3b9464
guest message answers rework
2026-05-30 12:49:54 +06:00
643133a87b
add api exception (solution of #1048 ) + add classcasts for exceptions
2026-05-28 19:05:53 +06:00
fdd21f3cbd
fixes in guest mode
2026-05-23 00:02:16 +06:00
236939eab8
implement guest mode and make HUGE CHANGES IN MESSAGES HIERARCHY
2026-05-17 23:20:10 +06:00
d47641c39a
add LivePhotos support
2026-05-17 16:43:18 +06:00
f3f28b6165
fixes of hierarchy and build
2026-05-17 14:53:49 +06:00
08d160cfa7
add Polls updates
2026-05-16 16:59:40 +06:00
83de9fd973
fix name of allowMultipleAnswers to allowsMultipleAnswers
2026-04-16 13:02:10 +06:00
176d0d419a
fix hierarchy of ManagedBotUpdated
2026-04-14 19:59:52 +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
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
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
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
bd7e8ed55f
update dependencies
2026-03-05 21:38:05 +06:00
d3c1859338
fix of #1027 and small fix of changelog for #1026
2026-03-03 17:55:40 +06:00
2dd91f47d7
add helper method sender_tag for messages
2026-03-02 17:40:47 +06:00
4f97327d29
add support of date_time messages entities
2026-03-02 15:29:26 +06:00
c9be5041b8
check new fields and other things related to api updates in gifts
2026-02-20 17:49:16 +06:00
f10cfdbe1e
add support of getChatGifts and getUserGifts
2026-02-20 17:05:51 +06:00
a0bb05ce4a
add support of profile audios
2026-02-18 21:22:16 +06:00
bd816b7847
realize ChatOwnerLeft and ChatOwnerChanged
2026-02-17 15:30:25 +06:00
10b1c359fa
extend support of styles and iconEmojiCustomId
2026-02-16 23:22:04 +06:00
d642a04e01
update forum events
2026-02-16 17:26:35 +06:00
ecd01c9254
classcasts and apiDump
2026-02-16 17:14:28 +06:00
0c87cf95eb
improvements(?) in users api
2026-02-16 15:04:33 +06:00
44ce84cb84
fixes?
2026-02-15 13:53:41 +06:00
cc5056b685
make chats to support private forums
2026-01-07 23:19:12 +06:00
28b5fae760
fix of #1019 and improve longPollingFlow
2025-11-23 17:35:59 +06:00
97dae295d6
update dependencies
2025-11-23 16:55:54 +06:00
f8ceab7640
small hotfix
2025-10-22 01:51:20 +06:00
df512a917b
Merge branch 'master' into 29.0.0
2025-09-23 18:21:13 +06:00
ee4cf7c626
add passing of default engines in HttpClient constructors
2025-09-23 17:53:21 +06:00
2ff11ad73c
improve messages hierarchy
2025-09-22 12:19:34 +06:00
0163e5ce8c
fix of apiDump
2025-09-15 00:32:25 +06:00
62b4a21650
some progress on support of directMessageThreadId
2025-09-15 00:12:53 +06:00
6eb7563c70
add support of is_paid_post field
2025-09-09 17:15:59 +06:00
989d33acb8
start separate channel direct messages thread id insttead of one merged message thread id
2025-09-03 19:44:42 +06:00
048f65b8d4
Partially add DirectMessagesTopic
2025-08-25 16:39:23 +06:00
b69be31362
add a lot of things from update
2025-08-25 15:43:42 +06:00
f975754058
try to fix cancelling on timeout for long polling
2025-08-06 13:14:22 +06:00