From c0acb81a56bf4b39b9ff8676af76605ecf8bc36e Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sun, 21 Aug 2022 14:26:30 +0000 Subject: [PATCH] Update content of files --- data/web/corefork.telegram.org/constructor/stickerSet.html | 4 +++- .../web/corefork.telegram.org/method/contacts.resolvePhone | 7 +++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/data/web/corefork.telegram.org/constructor/stickerSet.html b/data/web/corefork.telegram.org/constructor/stickerSet.html index 82959eecbf..0f6a057bf5 100644 --- a/data/web/corefork.telegram.org/constructor/stickerSet.html +++ b/data/web/corefork.telegram.org/constructor/stickerSet.html @@ -124,7 +124,7 @@ short_name string -Short name of stickerset to use in tg://addstickers?set=short_name +Short name of stickerset, used when sharing stickerset using stickerset deep links. thumbs @@ -161,6 +161,8 @@

Type

StickerSet

Related pages

+

Deep links

+

Telegram clients must handle special tg:// and t.me deep links encountered in messages, link entities and in other apps by registering OS handlers.

messages.getCustomEmojiDocuments

Fetch info about custom emojis.

Returns a list of documents with the animated custom emoji in TGS format, and a documentAttributeCustomEmoji attribute with the original emoji and info about the emoji stickerset this custom emoji belongs to.

diff --git a/data/web/corefork.telegram.org/method/contacts.resolvePhone b/data/web/corefork.telegram.org/method/contacts.resolvePhone index 4838359c28..7bdf9b44d1 100644 --- a/data/web/corefork.telegram.org/method/contacts.resolvePhone +++ b/data/web/corefork.telegram.org/method/contacts.resolvePhone @@ -71,12 +71,15 @@ phone string -Phone number in international format, possibly obtained from a t.me/+number or tg://resolve?phone=number URI. +Phone number in international format, possibly obtained from a phone number deep link.

Result

-

contacts.ResolvedPeer

+

contacts.ResolvedPeer

+

Related pages

+

Deep links

+

Telegram clients must handle special tg:// and t.me deep links encountered in messages, link entities and in other apps by registering OS handlers.