mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-01-16 06:40:42 +01:00
Update content of files
This commit is contained in:
parent
0d2396ecfe
commit
d59949533e
12 changed files with 60 additions and 43 deletions
|
@ -92,8 +92,11 @@ These categories should be displayed in the custom emoji search bar, and when th
|
|||
<a href='/method/messages.getEmojiKeywordsLanguages'>messages.getEmojiKeywordsLanguages</a>#4e9963b2 lang_codes:<a href='/type/Vector%20t'>Vector</a><<a href='/type/string'>string</a>> = <a href='/type/Vector%20t'>Vector</a><<a href='/type/EmojiLanguage'>EmojiLanguage</a>>;
|
||||
|
||||
<a href='/method/messages.getEmojiURL'>messages.getEmojiURL</a>#d5b10c26 lang_code:<a href='/type/string'>string</a> = <a href='/type/EmojiURL'>EmojiURL</a>;</code></pre>
|
||||
<p><a href="/method/messages.getEmojiKeywords">messages.getEmojiKeywords</a> may be used to fetch a localized list of keywords, associated to UTF-8 emojis.<br>
|
||||
Use these keywords to allow users to search both emojis and custom emojis by keyword, by displaying both the UTF-8 emojis associated to the keyword and the custom emojis associated to those UTF-8 emojis. </p>
|
||||
<p>First of all, invoke <a href="/method/messages.getEmojiKeywordsLanguages">messages.getEmojiKeywordsLanguages</a> to obtain a list of languages that must be used when fetching emoji keyword lists: usually the method will return the passed language codes (if localized) + <code>en</code> + some language codes for similar languages (if applicable).<br>
|
||||
Then, invoke <a href="/method/messages.getEmojiKeywords">messages.getEmojiKeywords</a> for all the returned language codes to fetch localized lists of keywords, associated to UTF-8 emojis. </p>
|
||||
<p>Use the returned keywords to allow users to search both emojis and custom emojis by keyword, by displaying both the UTF-8 emojis associated to the keyword and the custom emojis associated to those UTF-8 emojis. </p>
|
||||
<p>Invoke <a href="/method/messages.getEmojiKeywordsDifference">messages.getEmojiKeywordsDifference</a> regularly to fetch updates to locally stored keyword lists for all languages. </p>
|
||||
<p><a href="/method/messages.getEmojiURL">messages.getEmojiURL</a> may be used to fetch an HTTP URL which can be used to automatically log in into translation platform and suggest new emoji keywords: the URL will be valid for 30 seconds after generation. </p>
|
||||
<p>Additionally, custom emojis and non-mask stickers may also have a set of <em>custom</em> keywords, returned in the <a href="/api/stickers#stickersets">custom emoji stickerset information</a>: </p>
|
||||
<pre><code><a href='/constructor/stickerKeyword'>stickerKeyword</a>#fcfeb29c document_id:<a href='/type/long'>long</a> keyword:<a href='/type/Vector%20t'>Vector</a><<a href='/type/string'>string</a>> = <a href='/type/StickerKeyword'>StickerKeyword</a>;
|
||||
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>messageActionBotAllowed</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="The user has given the bot permission to do something.">
|
||||
<meta property="description" content="We have given the bot permission to send us direct messages.">
|
||||
<meta property="og:title" content="messageActionBotAllowed">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="The user has given the bot permission to do something.">
|
||||
<meta property="og:description" content="We have given the bot permission to send us direct messages.">
|
||||
<link rel="icon" type="image/svg+xml" href="/img/website_icon.svg?4">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
|
||||
|
@ -42,7 +42,8 @@
|
|||
<div class="dev_page_bread_crumbs"><ul class="breadcrumb clearfix"><li><a href="/api" >API</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/schema" >TL-schema</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/constructor/messageActionBotAllowed" >messageActionBotAllowed</a></li></ul></div>
|
||||
<h1 id="dev_page_title">messageActionBotAllowed</h1>
|
||||
|
||||
<div id="dev_page_content"><p>The user has given the bot permission to do something.</p>
|
||||
<div id="dev_page_content"><p>We have given the bot permission to send us direct messages.</p>
|
||||
<p>The optional fields specify how did we authorize the bot to send us messages.</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
|
@ -74,17 +75,17 @@
|
|||
<tr>
|
||||
<td><strong>attach_menu</strong></td>
|
||||
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.1?<a href="/constructor/true">true</a></td>
|
||||
<td>We just installed the bot's <a href="/api/bots/attach">attachment menu</a>, thus giving the bot permission to send us messages.</td>
|
||||
<td>We have authorized the bot to send us messages by installing the bot's <a href="/api/bots/attach">attachment menu</a>.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>domain</strong></td>
|
||||
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.0?<a href="/type/string">string</a></td>
|
||||
<td>The user has logged in via <a href="/widgets/login">Telegram Login »</a>; this field contains the domain name of the website on which the user has logged in.</td>
|
||||
<td>We have authorized the bot to send us messages by logging into a website via <a href="/widgets/login">Telegram Login »</a>; this field contains the domain name of the website on which the user has logged in.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>app</strong></td>
|
||||
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.2?<a href="/type/BotApp">BotApp</a></td>
|
||||
<td>We just gave the specified <a href="/api/bots/webapps">bot web app</a> permission to send us messages.</td>
|
||||
<td>We have authorized the bot to send us messages by opening the specified <a href="/api/bots/webapps">bot web app</a>.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -79,7 +79,7 @@
|
|||
<tr>
|
||||
<td><strong>show_peer_photo</strong></td>
|
||||
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.6?<a href="/constructor/true">true</a></td>
|
||||
<td> </td>
|
||||
<td>Whether a profile photo bubble should be displayed for this message, like for messages sent in groups. The photo shown in the bubble is obtained either from the peer contained in <code>from_id</code>, or from <code>chat_invite</code>.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>random_id</strong></td>
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>messages.getEmojiKeywords</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Get localized emoji keywords">
|
||||
<meta property="description" content="Get localized emoji keywords ».">
|
||||
<meta property="og:title" content="messages.getEmojiKeywords">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Get localized emoji keywords">
|
||||
<meta property="og:description" content="Get localized emoji keywords ».">
|
||||
<link rel="icon" type="image/svg+xml" href="/img/website_icon.svg?4">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
|
||||
|
@ -42,7 +42,7 @@
|
|||
<div class="dev_page_bread_crumbs"><ul class="breadcrumb clearfix"><li><a href="/api" >API</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/methods" >All Methods</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/method/messages.getEmojiKeywords" >messages.getEmojiKeywords</a></li></ul></div>
|
||||
<h1 id="dev_page_title">messages.getEmojiKeywords</h1>
|
||||
|
||||
<div id="dev_page_content"><p>Get localized emoji keywords</p>
|
||||
<div id="dev_page_content"><p>Get localized <a href="/api/custom-emoji#emoji-keywords">emoji keywords »</a>.</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
|
@ -76,7 +76,10 @@
|
|||
</tbody>
|
||||
</table>
|
||||
<h3><a class="anchor" href="#result" id="result" name="result"><i class="anchor-icon"></i></a>Result</h3>
|
||||
<p><a href="/type/EmojiKeywordsDifference">EmojiKeywordsDifference</a></p></div>
|
||||
<p><a href="/type/EmojiKeywordsDifference">EmojiKeywordsDifference</a></p>
|
||||
<h3><a class="anchor" href="#related-pages" id="related-pages" name="related-pages"><i class="anchor-icon"></i></a>Related pages</h3>
|
||||
<h4><a class="anchor" href="#custom-emojis" id="custom-emojis" name="custom-emojis"><i class="anchor-icon"></i></a><a href="/api/custom-emoji">Custom emojis</a></h4>
|
||||
<p>Telegram allows including animated and static custom emojis inside of messages.</p></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>messages.getEmojiKeywordsDifference</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Get changed emoji keywords">
|
||||
<meta property="description" content="Get changed emoji keywords ».">
|
||||
<meta property="og:title" content="messages.getEmojiKeywordsDifference">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Get changed emoji keywords">
|
||||
<meta property="og:description" content="Get changed emoji keywords ».">
|
||||
<link rel="icon" type="image/svg+xml" href="/img/website_icon.svg?4">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
|
||||
|
@ -42,7 +42,7 @@
|
|||
<div class="dev_page_bread_crumbs"><ul class="breadcrumb clearfix"><li><a href="/api" >API</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/methods" >All Methods</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/method/messages.getEmojiKeywordsDifference" >messages.getEmojiKeywordsDifference</a></li></ul></div>
|
||||
<h1 id="dev_page_title">messages.getEmojiKeywordsDifference</h1>
|
||||
|
||||
<div id="dev_page_content"><p>Get changed emoji keywords</p>
|
||||
<div id="dev_page_content"><p>Get changed <a href="/api/custom-emoji#emoji-keywords">emoji keywords »</a>.</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
|
@ -76,12 +76,15 @@
|
|||
<tr>
|
||||
<td><strong>from_version</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/int">int</a></td>
|
||||
<td>Previous emoji keyword localization version</td>
|
||||
<td>Previous stored emoji keyword list <code>version</code></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3><a class="anchor" href="#result" id="result" name="result"><i class="anchor-icon"></i></a>Result</h3>
|
||||
<p><a href="/type/EmojiKeywordsDifference">EmojiKeywordsDifference</a></p></div>
|
||||
<p><a href="/type/EmojiKeywordsDifference">EmojiKeywordsDifference</a></p>
|
||||
<h3><a class="anchor" href="#related-pages" id="related-pages" name="related-pages"><i class="anchor-icon"></i></a>Related pages</h3>
|
||||
<h4><a class="anchor" href="#custom-emojis" id="custom-emojis" name="custom-emojis"><i class="anchor-icon"></i></a><a href="/api/custom-emoji">Custom emojis</a></h4>
|
||||
<p>Telegram allows including animated and static custom emojis inside of messages.</p></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>messages.getEmojiKeywordsLanguages</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Get info about an emoji keyword localization">
|
||||
<meta property="description" content="Obtain a list of related languages that must be used when fetching emoji keyword lists ».">
|
||||
<meta property="og:title" content="messages.getEmojiKeywordsLanguages">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Get info about an emoji keyword localization">
|
||||
<meta property="og:description" content="Obtain a list of related languages that must be used when fetching emoji keyword lists ».">
|
||||
<link rel="icon" type="image/svg+xml" href="/img/website_icon.svg?4">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
|
||||
|
@ -42,7 +42,8 @@
|
|||
<div class="dev_page_bread_crumbs"><ul class="breadcrumb clearfix"><li><a href="/api" >API</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/methods" >All Methods</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/method/messages.getEmojiKeywordsLanguages" >messages.getEmojiKeywordsLanguages</a></li></ul></div>
|
||||
<h1 id="dev_page_title">messages.getEmojiKeywordsLanguages</h1>
|
||||
|
||||
<div id="dev_page_content"><p>Get info about an emoji keyword localization</p>
|
||||
<div id="dev_page_content"><p>Obtain a list of related languages that must be used when fetching <a href="/api/custom-emoji#emoji-keywords">emoji keyword lists »</a>.</p>
|
||||
<p>Usually the method will return the passed language codes (if localized) + <code>en</code> + some language codes for similar languages (if applicable).</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
|
@ -70,12 +71,15 @@
|
|||
<tr>
|
||||
<td><strong>lang_codes</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/Vector%20t">Vector</a><<a href="/type/string">string</a>></td>
|
||||
<td>Language codes</td>
|
||||
<td>The user's language codes</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3><a class="anchor" href="#result" id="result" name="result"><i class="anchor-icon"></i></a>Result</h3>
|
||||
<p><a href="/type/Vector%20t">Vector</a><<a href="/type/EmojiLanguage">EmojiLanguage</a>></p></div>
|
||||
<p><a href="/type/Vector%20t">Vector</a><<a href="/type/EmojiLanguage">EmojiLanguage</a>></p>
|
||||
<h3><a class="anchor" href="#related-pages" id="related-pages" name="related-pages"><i class="anchor-icon"></i></a>Related pages</h3>
|
||||
<h4><a class="anchor" href="#custom-emojis" id="custom-emojis" name="custom-emojis"><i class="anchor-icon"></i></a><a href="/api/custom-emoji">Custom emojis</a></h4>
|
||||
<p>Telegram allows including animated and static custom emojis inside of messages.</p></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>messages.getEmojiURL</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Returns an HTTP URL which can be used to automatically log in into translation platform and suggest new emoji replacements. The URL will be valid for 30 seconds after generation">
|
||||
<meta property="description" content="Returns an HTTP URL which can be used to automatically log in into translation platform and suggest new emoji keywords ». The URL will be valid for 30 seconds after generation.">
|
||||
<meta property="og:title" content="messages.getEmojiURL">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Returns an HTTP URL which can be used to automatically log in into translation platform and suggest new emoji replacements. The URL will be valid for 30 seconds after generation">
|
||||
<meta property="og:description" content="Returns an HTTP URL which can be used to automatically log in into translation platform and suggest new emoji keywords ». The URL will be valid for 30 seconds after generation.">
|
||||
<link rel="icon" type="image/svg+xml" href="/img/website_icon.svg?4">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
|
||||
|
@ -42,7 +42,7 @@
|
|||
<div class="dev_page_bread_crumbs"><ul class="breadcrumb clearfix"><li><a href="/api" >API</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/methods" >All Methods</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/method/messages.getEmojiURL" >messages.getEmojiURL</a></li></ul></div>
|
||||
<h1 id="dev_page_title">messages.getEmojiURL</h1>
|
||||
|
||||
<div id="dev_page_content"><p>Returns an HTTP URL which can be used to automatically log in into translation platform and suggest new emoji replacements. The URL will be valid for 30 seconds after generation</p>
|
||||
<div id="dev_page_content"><p>Returns an HTTP URL which can be used to automatically log in into translation platform and suggest new <a href="/api/custom-emoji#emoji-keywords">emoji keywords »</a>. The URL will be valid for 30 seconds after generation.</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
|
@ -71,12 +71,15 @@
|
|||
<tr>
|
||||
<td><strong>lang_code</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/string">string</a></td>
|
||||
<td>Language code for which the emoji replacements will be suggested</td>
|
||||
<td>Language code for which the emoji keywords will be suggested</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3><a class="anchor" href="#result" id="result" name="result"><i class="anchor-icon"></i></a>Result</h3>
|
||||
<p><a href="/type/EmojiURL">EmojiURL</a></p></div>
|
||||
<p><a href="/type/EmojiURL">EmojiURL</a></p>
|
||||
<h3><a class="anchor" href="#related-pages" id="related-pages" name="related-pages"><i class="anchor-icon"></i></a>Related pages</h3>
|
||||
<h4><a class="anchor" href="#custom-emojis" id="custom-emojis" name="custom-emojis"><i class="anchor-icon"></i></a><a href="/api/custom-emoji">Custom emojis</a></h4>
|
||||
<p>Telegram allows including animated and static custom emojis inside of messages.</p></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
@ -957,19 +957,19 @@
|
|||
<tbody>
|
||||
<tr>
|
||||
<td><a href="/method/messages.getEmojiKeywords">messages.getEmojiKeywords</a></td>
|
||||
<td>Get localized emoji keywords</td>
|
||||
<td>Get localized <a href="/api/custom-emoji#emoji-keywords">emoji keywords »</a>.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/messages.getEmojiKeywordsDifference">messages.getEmojiKeywordsDifference</a></td>
|
||||
<td>Get changed emoji keywords</td>
|
||||
<td>Get changed <a href="/api/custom-emoji#emoji-keywords">emoji keywords »</a>.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/messages.getEmojiKeywordsLanguages">messages.getEmojiKeywordsLanguages</a></td>
|
||||
<td>Get info about an emoji keyword localization</td>
|
||||
<td>Obtain a list of related languages that must be used when fetching <a href="/api/custom-emoji#emoji-keywords">emoji keyword lists »</a>.<br><br>Usually it will return the passed language codes (if localized) + <code>en</code> + some language codes for similar languages (if applicable).</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/messages.getEmojiURL">messages.getEmojiURL</a></td>
|
||||
<td>Returns an HTTP URL which can be used to automatically log in into translation platform and suggest new emoji replacements. The URL will be valid for 30 seconds after generation</td>
|
||||
<td>Returns an HTTP URL which can be used to automatically log in into translation platform and suggest new <a href="/api/custom-emoji#emoji-keywords">emoji keywords »</a>. The URL will be valid for 30 seconds after generation.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -87,11 +87,11 @@
|
|||
<tbody>
|
||||
<tr>
|
||||
<td><a href="/method/messages.getEmojiKeywords">messages.getEmojiKeywords</a></td>
|
||||
<td>Get localized emoji keywords</td>
|
||||
<td>Get localized <a href="/api/custom-emoji#emoji-keywords">emoji keywords »</a>.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/messages.getEmojiKeywordsDifference">messages.getEmojiKeywordsDifference</a></td>
|
||||
<td>Get changed emoji keywords</td>
|
||||
<td>Get changed <a href="/api/custom-emoji#emoji-keywords">emoji keywords »</a>.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
|
|
|
@ -86,7 +86,7 @@
|
|||
<tbody>
|
||||
<tr>
|
||||
<td><a href="/method/messages.getEmojiURL">messages.getEmojiURL</a></td>
|
||||
<td>Returns an HTTP URL which can be used to automatically log in into translation platform and suggest new emoji replacements. The URL will be valid for 30 seconds after generation</td>
|
||||
<td>Returns an HTTP URL which can be used to automatically log in into translation platform and suggest new <a href="/api/custom-emoji#emoji-keywords">emoji keywords »</a>. The URL will be valid for 30 seconds after generation.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
|
|
|
@ -179,7 +179,7 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td><a href="/constructor/messageActionBotAllowed">messageActionBotAllowed</a></td>
|
||||
<td>The user has given the bot permission to do something.</td>
|
||||
<td>We have given the bot permission to send us direct messages.<br><br>The optional fields specify how did we authorize the bot to send us messages.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/constructor/messageActionSecureValuesSentMe">messageActionSecureValuesSentMe</a></td>
|
||||
|
|
|
@ -5,6 +5,13 @@
|
|||
<link>https://telegram.org/dl/osx</link>
|
||||
<item>
|
||||
<title>Telegram macOS</title>
|
||||
<description>SHAREABLE FOLDERS AND CUSTOM WALLPAPERS<br><br>Shareable Folders<br>• Share folders that include dozens of chats with friends or colleagues.<br>• Anyone you invite can add the folder and join all its chats in one tap.<br>• You can create multiple invite links to give different people access to different chats in the folder.<br><br>Custom Wallpapers<br>• Set a custom wallpaper for any 1-on-1 chat.<br>• Your chat partner can apply the same wallpaper – or choose their own.</description>
|
||||
<pubDate>2023-21-04 14:29:59</pubDate>
|
||||
<enclosure sparkle:version="245675" sparkle:shortVersionString="9.6" sparkle:dsaSignature="MCwCFH4ZY+VVQF1P0b1gpwlnYRBpkNGZAhQVkaoJAltr3hNkrm8EX+LnNnvVmg==" url="https://osx.telegram.org/updates/Telegram-9.6.245675.app.zip" length="89339498" forbidden="false" critical="false" environment="updates" fileName="Telegram-9.6.245675.app.zip" internalUrl="https://t.me/macos_stable_updates_files/180" dmgName="Telegram-9.6.245675.dmg" type="application/octet-stream"/>
|
||||
<sparkle:minimumSystemVersion>10.12</sparkle:minimumSystemVersion>
|
||||
</item>
|
||||
<item>
|
||||
<title>Telegram macOS</title>
|
||||
<description>Power Saving Mode<br>• New switch to disable all resource-intensive processes with one click.<br>• Individual autoplay settings for videos, GIFs, stickers, animated emoji and more.<br>• Power saving mode turns on automatically based on battery charge.<br><br>• Bug fixes, performance improvements and all that jazz.</description>
|
||||
<pubDate>2023-27-03 10:51:28</pubDate>
|
||||
<enclosure sparkle:version="244855" sparkle:shortVersionString="9.5.3" sparkle:dsaSignature="MC0CFQDo19GwAwNR4yhUFVi+UwKuqxVB3wIUDuGOYv9RviYGsZN8ryriozwHUKc=" url="https://osx.telegram.org/updates/Telegram-9.5.3.244855.app.zip" length="88254712" forbidden="false" critical="false" environment="updates" fileName="Telegram-9.5.3.244855.app.zip" internalUrl="https://t.me/macos_stable_updates_files/179" dmgName="Telegram-9.5.3.244855.dmg" type="application/octet-stream"/>
|
||||
|
@ -136,12 +143,5 @@
|
|||
<enclosure sparkle:version="240451" sparkle:shortVersionString="9.2.1" sparkle:dsaSignature="MC0CFBAEju/baa6UFbFveMMd+9VIg3JSAhUA7SmOqmLGdF4Wb2/uXHE4jh7gjiI=" url="https://osx.telegram.org/updates/Telegram-9.2.1.240451.app.zip" length="85056078" forbidden="false" critical="false" environment="updates" fileName="Telegram-9.2.1.240451.app.zip" internalUrl="https://t.me/macos_stable_updates_files/161" dmgName="Telegram-9.2.1.240451.dmg" type="application/octet-stream"/>
|
||||
<sparkle:minimumSystemVersion>10.12</sparkle:minimumSystemVersion>
|
||||
</item>
|
||||
<item>
|
||||
<title>Telegram macOS</title>
|
||||
<description>GLOBAL AUTO-DELETE, TOPICS 2.0 AND MUCH MORE<br><br>Global Auto-Delete<br>• You can set a Global Auto-Delete Timer for all new chats and groups you create.<br>• New messages will be deleted after 1 day, week, month – or a custom duration you choose.<br>• The new menu in Settings > Privacy and Security > Auto-Delete Messages also lets you set up Auto-Delete for any of your existing chats faster.<br><br>Topics 2.0<br>• Admins of groups with 100+ members can organize discussions into separate topics.<br><br>Topics 2.0: Navigation<br>• Topics now have a two-column layout that keeps recent chats easily accessible as you browse topics.<br>• Previews of topic messages in the chat list work like a button – tap to jump to the message or hold to preview the topic.<br>• When in a topic, you can hold the 'Back' button to go back to All Chats.<br><br>Topics 2.0: Organization<br>• Up to 5 topics can be pinned to the top of the list.<br>• Each topic now supports multiple pinned messages.<br>• The 'View as Messages' mode now shows which topic each message belongs to.<br>• Badge counters for topics you never opened will have a lighter, less distracting color.<br><br>Topics 2.0: General Topic<br>• A new 'General' topic is now included by default, containing service messages and the earlier message history from the group.<br>• Admins can rename the General topic or hide it in the topic list.<br><br>Aggressive Anti-Spam for Groups<br>• Large groups can enable 'Aggressive Filtering' in Group Info > Administrators to remove more spam with automated algorithms.<br>• Admins help improve filtering by reporting any false positives in 'Recent Actions'.</description>
|
||||
<pubDate>2022-07-12 15:58:28</pubDate>
|
||||
<enclosure sparkle:version="240436" sparkle:shortVersionString="9.2" sparkle:dsaSignature="MC4CFQCGq+kJQYrXhelP96ugUjQUAIV+xgIVAKtwU7KEksWvgSJGFu1v8YJlKfbA" url="https://osx.telegram.org/updates/Telegram-9.2.240436.app.zip" length="85280925" forbidden="false" critical="false" environment="updates" fileName="Telegram-9.2.240436.app.zip" internalUrl="https://t.me/macos_stable_updates_files/160" dmgName="Telegram-9.2.240436.dmg" type="application/octet-stream"/>
|
||||
<sparkle:minimumSystemVersion>10.12</sparkle:minimumSystemVersion>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
Loading…
Reference in a new issue