From 7a9755767315ece615c5d9d5c095124a7db2f189 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sun, 21 Aug 2022 12:44:15 +0000 Subject: [PATCH] Update content of files --- data/web/corefork.telegram.org/api/links.html | 102 ++++++++++++++++++ .../method/phone.exportGroupCallInvite | 8 +- .../method/phone.joinGroupCall | 6 +- data/web/corefork.telegram.org/methods.html | 2 +- 4 files changed, 112 insertions(+), 6 deletions(-) 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:

+ + + + + + + + + + + + + + + +
NameOptionalDescription
nameRequiredStickerset 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:

+ + + + + + + + + + + + + + + +
NameOptionalDescription
nameRequiredStickerset name
+

Theme links

+

t.me syntax:

+
t.me/addtheme/<name>
+

tg: syntax:

+
tg://addtheme?slug=<name>
+

Parameters:

+ + + + + + + + + + + + + + + +
NameOptionalDescription
nameRequiredTheme 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:

+ + + + + + + + + + + + + + +
NameOptionalDescription
invite_hashOptionalInvite 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

+

phone.ExportedGroupCallInvite

+

Related pages

+

Links

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

+

Links

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