diff --git a/data/web/corefork.telegram.org/api/links.html b/data/web/corefork.telegram.org/api/links.html
index 94cfbf0b8d..da5a6b7194 100644
--- a/data/web/corefork.telegram.org/api/links.html
+++ b/data/web/corefork.telegram.org/api/links.html
@@ -866,6 +866,108 @@ These links are used to confirm ownership of the phone number, to prevent accoun
Base64URL-encoded QR code login token |
+
+Stickerset links
+Used to import stickersets:
+t.me syntax:
+t.me/addstickers/<name>
+tg: syntax:
+tg://addstickers?set=<name>
+Parameters:
+
+
+
+Name |
+Optional |
+Description |
+
+
+
+
+name |
+Required |
+Stickerset name |
+
+
+
+Custom emoji stickerset links
+Used to import custom emoji stickersets:
+t.me syntax:
+t.me/addemoji/<name>
+tg: syntax:
+tg://addemoji?set=<name>
+Parameters:
+
+
+
+Name |
+Optional |
+Description |
+
+
+
+
+name |
+Required |
+Stickerset name |
+
+
+
+Theme links
+t.me syntax:
+t.me/addtheme/<name>
+tg: syntax:
+tg://addtheme?slug=<name>
+Parameters:
+
+
+
+Name |
+Optional |
+Description |
+
+
+
+
+name |
+Required |
+Theme name |
+
+
+
+Voice chat/Video chat/Livestream links
+Used to join voice chats and video chats in groups, and livestreams in channels.
+Such links are generated using phone.exportGroupCallInvite.
+t.me syntax:
+t.me/<username>?voicechat
+t.me/<username>?voicechat=<invite_hash>
+t.me/<username>?videochat
+t.me/<username>?videochat=<invite_hash>
+t.me/<username>?livestream
+t.me/<username>?livestream=<invite_hash>
+tg: syntax:
+tg://resolve?domain=<username>&voicechat
+tg://resolve?domain=<username>&voicechat=<invite_hash>
+tg://resolve?domain=<username>&videochat
+tg://resolve?domain=<username>&videochat=<invite_hash>
+tg://resolve?domain=<username>&livestream
+tg://resolve?domain=<username>&livestream=<invite_hash>
+Parameters:
+
+
+
+Name |
+Optional |
+Description |
+
+
+
+
+invite_hash |
+Optional |
+Invite hash exported if the can_self_unmute flag is set when calling phone.exportGroupCallInvite: should be passed to phone.joinGroupCall, allows the user to speak in livestreams or muted group chats. |
+
+
diff --git a/data/web/corefork.telegram.org/method/phone.exportGroupCallInvite b/data/web/corefork.telegram.org/method/phone.exportGroupCallInvite
index ab1fe551dd..f3ea8eb23a 100644
--- a/data/web/corefork.telegram.org/method/phone.exportGroupCallInvite
+++ b/data/web/corefork.telegram.org/method/phone.exportGroupCallInvite
@@ -42,7 +42,7 @@
phone.exportGroupCallInvite
- Get an invite link for a group call or livestream
+
Get an invite link for a group call or livestream
-
@@ -76,7 +76,7 @@
can_self_unmute |
flags.0?true |
-For livestreams, if set, users that join using this link will be able to speak without explicitly requesting permission by (for example by raising their hand). |
+For livestreams or muted group chats, if set, users that join using this link will be able to speak without explicitly requesting permission by (for example by raising their hand). |
call |
@@ -86,7 +86,9 @@
Result
-phone.ExportedGroupCallInvite
+phone.ExportedGroupCallInvite
+Related pages
+
diff --git a/data/web/corefork.telegram.org/method/phone.joinGroupCall b/data/web/corefork.telegram.org/method/phone.joinGroupCall
index 8114e02b7e..14c271aeea 100644
--- a/data/web/corefork.telegram.org/method/phone.joinGroupCall
+++ b/data/web/corefork.telegram.org/method/phone.joinGroupCall
@@ -102,7 +102,7 @@
invite_hash |
flags.1?string |
-The invitation hash from the invite link: https://t.me/username?voicechat=hash |
+The invitation hash from the invite link ยป, if provided allows speaking in a livestream or muted group chat. |
params |
@@ -149,7 +149,9 @@
The specified peer cannot be used to join a group call. |
-
+
+
Related pages
+
diff --git a/data/web/corefork.telegram.org/methods.html b/data/web/corefork.telegram.org/methods.html
index 19f3afa315..d1910a363d 100644
--- a/data/web/corefork.telegram.org/methods.html
+++ b/data/web/corefork.telegram.org/methods.html
@@ -1626,7 +1626,7 @@
phone.exportGroupCallInvite |
-Get an invite link for a group call or livestream |
+Get an invite link for a group call or livestream |
phone.getGroupCallJoinAs |