Commit graph

145 commits

Author SHA1 Message Date
Wizou
fd3bb731ba API Layer 176: new Business features 2024-03-08 12:19:44 +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
6f3c8732ec API Layer 172: Premium last-seen, read-dates, contacts 2024-01-18 15:53:17 +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
5f51b1f77e MBox helpers for updates 2023-12-17 23:39:55 +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
35fab21493 SendAlbumAsync now sets caption on first media instead of last 2023-11-26 23:33:09 +01:00
Wizou
6b44dbae8a Support blockquotes in HTML/Markdown 2023-11-17 18:36:49 +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
2b7868ee16 API Layer 165: minor changes to WebPage, channel boost url 2023-10-04 19:24:53 +02:00
Wizou
392793b390 API Layer 164: Stories in channel, boosts, more stories stuff... 2023-09-22 23:16:21 +02:00
Wizou
8f90e88074 API Layer 163: some minor bot & update stuff 2023-09-18 19:21:48 +02:00
Wizou
38efb05923 API Layer 162: more stories & blocking stuff... 2023-09-06 18:29:50 +02:00
Wizou
c872a51a31 API Layer 160: Stories & more... 2023-07-21 10:52:46 +02:00
Wizou
d50ac0ba51 - Fix Messages_GetAllDialogs (MessageEmpty)
- Fix AnalyzeInviteLink (public channel with join request)
- Added Contacts_ResolvedPeer.Channel property
closes #166
2023-06-27 16:00:55 +02:00
Wizou
de4b5e606d updated "Program_ListenUpdates" example 2023-05-27 23:01:04 +02:00
Wizou
d1e583cc86 Prevent "You must connect to Telegram first" during network loss
(closes #157)
2023-05-18 21:50:19 +02:00
Wizou
131fd36106 Fix ReactorError not correctly raised. Added Program_ReactorError example 2023-05-17 18:26:53 +02:00
Wizou
acb7ff1d74 Layer 158: chat wallpapers, enhanced chat folders/lists & switch-inline, edit bot infos, ... 2023-04-21 18:02:13 +02:00
Wizou
81870b2de1 API Layer 156: some email login stuff 2023-03-26 17:59:15 +02:00
Wizou
b307534078 api doc 2023-03-24 16:57:54 +01:00
Wizou
2f3106fe69 MainUsername property on IPeerInfo 2023-03-16 13:43:18 +01:00
Wizou
fd9177f805 API Layer 155: timestamp of reactions 2023-03-09 22:41:07 +01:00
Wizou
c646cac738 API Layer 154: bot app/webview stuff, modifying stickers... 2023-03-08 20:47:10 +01:00
Wizou
86796ebf0c Correctly dispose session store on ctor exception (#128) 2023-02-26 17:09:45 +01:00
Wizou
514015639d ToString use MainUsername rather than username 2023-02-15 18:42:52 +01:00
Wizou
f86291117f API Layer 152: emoji pfp, autosave medias, auto-translations, media permissions, Firebase... 2023-02-04 10:36:19 +01:00
Wizou
553934c5ad add GetAllDialogs to WinForms example app 2023-01-26 14:42:50 +01:00
Wizou
014f563b89 added Channel.MainUsername helper | simplified GetAllChats example 2023-01-07 13:22:40 +01:00
Wizou
8098f36932 API Layer 151: media spoiler flag, personal profile photo, UpdateUser... 2022-12-29 22:33:28 +01:00
Wizou
aa9c4b532c Improved documentation 2022-12-12 10:07:07 +01:00
Wizou
eb2577beed Upgrade to layer 150: Anti-Spam, web/contact tokens, chat TTL, hide topics, Fragment login 2022-12-07 13:36:49 +01:00
Wizou
231bf632e2 Custom emoji Markdown/Html syntax updated for tdlib compatibility
- Markdown: ![x](tg://emoji?id=...)
- Html: <tg-emoji emoji-id="...">
Previous syntaxes are still accepted
Also, changed Github examples links with ts=4
2022-12-05 20:32:32 +01:00
Wizou
42be950896 Alt DC disconnection logged as simple warning 2022-12-02 01:42:39 +01:00
Wizou
a8d6656c05 Using Github pages. Added User.IsBot helper 2022-11-26 14:16:52 +01:00
Wizou
11238550d3 Upgrade to layer 149: More Topics stuff 2022-11-23 14:18:07 +01:00
Wizou
fd593b429a InputPeer.ID & MessageBase.ToString helpers.
Publish pre-releases on nuget now
2022-11-20 17:15:57 +01:00
Wizou
adf6134911 Doc/Rationalize user/chat generic helpers 2022-11-19 02:03:48 +01:00
Wizou
2047154d26 doc 2022-11-15 16:20:00 +01:00
Wizou
ba523f7d21 Releasing 3.1.1 2022-11-12 19:40:34 +01:00
Wizou
fd42d3e6df Upgrade to layer 148: Topics, Usernames, Sticker keywords...
+ support for flags2 has_fields
2022-11-01 19:26:40 +01:00
Wizou
b902b33558 updated docs (and reordered Examples.md) 2022-11-01 18:44:01 +01:00
Wizou
517fab89bb ReadHistory helper 2022-10-25 10:34:53 +02:00
Wizou
2e84061b4d Login: warning on phone_number mismatch 2022-10-13 10:07:46 +02:00
Wizou
fdc05e5514 Login failed: CancelCode but don't make things worse 2022-10-10 21:55:56 +02:00
Wizou
2cee5b8e6e update doc 2022-10-10 13:56:41 +02:00
Wizou
9c14a17af1 Released 3.0.0 2022-10-08 15:49:11 +02:00
Wizou
3fdc7bc1ad update documentation before release 2022-10-08 15:35:10 +02:00