We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25c9164 commit e168ec0Copy full SHA for e168ec0
CHANGELOG.md
@@ -0,0 +1,22 @@
1
+# Changelog
2
+
3
+All notable changes to this project will be documented in this file.
4
5
+---
6
7
+## [1.0.0]
8
+### Added
9
+- Initial stable release of **TelegramUrlParser**
10
+- Validate Telegram URLs
11
+- Parse any `t.me` link format
12
+- Extract chat type, username, chat ID, message ID
13
+- Support for:
14
+ - Public channels & groups
15
+ - Private channels & groups (`/c/...`)
16
+ - Bot messages (`/b/...`)
17
+ - User messages (`/u/...`)
18
+ - Topic-based groups
19
+- Clean, static API
20
+- Zero dependencies
21
22
0 commit comments