Wizou
b5ca3fcc0e
Fix SendAlbumAsync videoUrlAsFile. using [] syntax
2024-03-08 11:52:30 +01:00
Wizou
345f10971b
using [] syntax
2024-03-08 11:33:18 +01:00
Wizou
f958b4081d
Fix properties base implementation
2024-03-04 23:54:58 +01:00
Wizou
b9f3b2ebb4
text Escape methods accept null
2024-02-25 12:46:20 +01:00
Wizou
33f239fc8e
Improved GetMessageByLink (topics, cache)
2024-02-25 03:09:49 +01:00
Wizou
b9aad47c8e
Better log for wrong timestamps
2024-02-21 14:51:26 +01:00
Wizou
cf1c29e9ef
Little better fix for #233
2024-02-21 02:11:16 +01:00
Wizou
1c298bfa83
Fix #233 : "server_address" can hint the dcId in order to reuse existing AuthKey on last-ditch reconnection
2024-02-19 17:08:26 +01:00
Wizou
6a1114ccd5
ConnectAsync can be used for quickResume of sessions (experimental)
2024-02-18 22:50:42 +01:00
Wizou
0312821068
Alternate simpler byte[] callback session store
2024-02-18 18:02:51 +01:00
Wizou
125c1caeeb
Alternate simpler byte[] callback session store
2024-02-18 17:41:30 +01:00
Wizou
288bf7ccf7
API Layer 174: Group boosts & emoji set
2024-02-18 17:00:49 +01:00
Wizou
a424219cb6
API Layer 173: no_joined_notifications, SavedReactionTags in peers
2024-02-01 21:29:24 +01:00
Wizou
0ad7d696a5
DownloadFileAsync: don't use stream.Position if !CanSeek
2024-02-01 21:24:49 +01:00
Wizou
6f3c8732ec
API Layer 172: Premium last-seen, read-dates, contacts
2024-01-18 15:53:17 +01:00
Wizou
a0841fee4c
API Layer 171: Saved reactions/tags
2024-01-16 18:13:08 +01:00
Wizou
7dc578f91d
api doc
2024-01-16 18:09:45 +01:00
Ali
91a8eab86a
add implicit conversion for Peer ( #229 )
2024-01-16 14:55:51 +01:00
Wizou
48a1322452
Fix #225 : RpcError INPUT_METHOD_INVALID_3105996036 when using client.DisableUpdates()
2024-01-15 14:45:58 +01:00
Wizou
a17f13475d
API Layer 170: access to saved dialogs/history/peer
...
(no idea what that means)
2023-12-31 18:29:36 +01:00
Wizou
2d7a64fc2d
API Layer 169 ( https://corefork.telegram.org/api/layers ): Channel appearance, giveaway prize/winners, premium gift payments, stories reposts, bot reactions and more... ( https://t.me/tginfoen/1804 )
2023-12-23 20:39:48 +01:00
Wizou
e6fa972295
Fix #216 : The old salt should be accepted for a further 1800 seconds
2023-12-18 00:01:07 +01:00
Wizou
cce7a64cd9
api doc
2023-12-17 23:40:26 +01:00
Wizou
5f51b1f77e
MBox helpers for updates
2023-12-17 23:39:55 +01:00
Wizou
7c65ce70ec
api doc
2023-12-05 01:13:19 +01:00
Wizou
d7ecd49b5c
API Layer 167: PeerColor, wallpaper for_both, view_forum_as_messages, story forwards and more stats...
2023-11-30 16:19:42 +01:00
Wizou
b6c98658db
OnOwnUpdate handler can be used to intercept Updates replies to your API calls
2023-11-30 16:06:37 +01:00
Wizou
8f6e6440ba
api doc
2023-11-30 01:51:23 +01:00
Wizou
5febd2d27b
Abort pending requests on Dispose
...
(I thought it was already the case!?)
2023-11-29 15:16:35 +01:00
Wizou
807ee0cc9a
fix "dev.yml"
2023-11-26 23:53:58 +01:00
Wizou
5624eda8a0
fix "dev.yml"
2023-11-26 23:49:11 +01:00
Wizou
35fab21493
SendAlbumAsync now sets caption on first media instead of last
2023-11-26 23:33:09 +01:00
Wizou
9209d792a5
- InputMediaUploadedDocument ctor accept attributes
...
- SendMediaAsync: MP4 file or "video" mime type is now sent as streamable video
- SendAlbumAsync: External videos URL are now sent as streamable videos by default
(streamable videos might lack thumbnail if too big for client auto-download)
2023-11-25 19:16:51 +01:00
Wizou
8f44137366
api doc
2023-11-25 19:16:03 +01:00
Wizou
35f2f2530a
SendMessageAsync preview param changed to support above/below/disabled
2023-11-17 18:37:22 +01:00
Wizou
6b44dbae8a
Support blockquotes in HTML/Markdown
2023-11-17 18:36:49 +01:00
Wizou
3861255710
Support additional connection JSON params with Config("init_params")
2023-11-11 12:25:02 +01:00
Wizou
96ff52fab8
API Layer 166.2: Premium_GetUserBoosts, UpdateBotChatBoost
2023-11-06 23:58:48 +01:00
Wizou
df2b2a7907
API Layer 166: colors/emoji, new quotes, new link previews, distant replies, invert_media, premium boosts/giveaway/gifts...
...
see https://t.me/tginfoen/1760
2023-10-28 23:47:04 +02:00
Wizou
eb375824e4
api doc
2023-10-28 23:16:48 +02:00
Wizou
136df62b8f
UploadFileAsync: just get rid of MD5 altogether. It works just fine 🤷🏻♂️
2023-10-24 17:33:25 +02:00
Wizou
4a1b2f5f91
Fix #197 : wrong MD5 encoding in UploadFileAsync
2023-10-24 17:05:39 +02:00
Wizou
9e92d3d814
api doc
2023-10-24 17:00:14 +02:00
Wizou
c059ebf208
UploadFileAsync now supports Stream with unknown Length (!CanSeek)
2023-10-19 23:57:45 +02:00
Wizou
fb8d1c2d07
Some more implicit Input conversions
2023-10-09 15:19:03 +02:00
Wizou
2b7868ee16
API Layer 165: minor changes to WebPage, channel boost url
2023-10-04 19:24:53 +02:00
Wizou
88e2f5d71e
detect wrong usage of GetMessages
2023-10-04 19:17:49 +02:00
Wizou
4b7205cb68
yaml
2023-09-23 00:07:53 +02:00
Wizou
6d43da3d75
yaml
2023-09-23 00:07:07 +02:00
Wizou
e954fdc628
yaml
2023-09-23 00:00:35 +02:00