From fbbabc54ddeb7e35158431eb080965d87b9c8d8d Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 12 Aug 2022 17:02:19 +0000 Subject: [PATCH] Update content of files --- data/web/corefork.telegram.org.html | 147 +++++++++--------- data/web/corefork.telegram.org/api.html | 147 +++++++++--------- .../api/account-deletion.html | 13 +- data/web/corefork.telegram.org/api/srp.html | 21 ++- .../constructor/help.termsOfServiceUpdate | 3 +- .../method/account.deleteAccount | 13 +- data/web/corefork.telegram.org/methods.html | 4 +- .../web/osx.telegram.org/updates/versions.xml | 7 + 8 files changed, 192 insertions(+), 163 deletions(-) diff --git a/data/web/corefork.telegram.org.html b/data/web/corefork.telegram.org.html index bdfe373de8..dd34d0949b 100644 --- a/data/web/corefork.telegram.org.html +++ b/data/web/corefork.telegram.org.html @@ -46,146 +46,145 @@

You can also add Telegram Widgets to your website.

Designers are welcome to create Animated Stickers or Custom Themes for Telegram.


-

Bot API

+

Bot API

- +
-

This API allows you to connect bots to our system. Telegram Bots are special accounts that do not require an additional phone number to set up. These accounts serve as an interface for code running somewhere on your server.

-

To use this, you don't need to know anything about how our MTProto encryption protocol works — our intermediary server will handle all encryption and communication with the Telegram API for you. You communicate with this server via a simple HTTPS-interface that offers a simplified version of the Telegram API.

+

To use this, you don't need to know anything about how our MTProto encryption protocol works — our intermediary server will handle all encryption and communication with the Telegram API for you. You communicate with this server via a simple HTTPS-interface that offers a simplified version of the Telegram API.

-

Learn more about the Bot API here »

+

Learn more about the Bot API here »

Bot developers can also make use of our Payments API to accept payments from Telegram users around the world.


-

TDLib – build your own Telegram

-

Even if you're looking for maximum customization, you don't have to create your app from scratch. Try our Telegram Database Library (or simply TDLib), a tool for third-party developers that makes it easy to build fast, secure and feature-rich Telegram apps.

+

TDLib – build your own Telegram

+

Even if you're looking for maximum customization, you don't have to create your app from scratch. Try our Telegram Database Library (or simply TDLib), a tool for third-party developers that makes it easy to build fast, secure and feature-rich Telegram apps.

TDLib takes care of all network implementation details, encryption and local data storage, so that you can dedicate more time to design, responsive interfaces and beautiful animations.

TDLib supports all Telegram features and makes developing Telegram apps a breeze on any platform. It can be used on Android, iOS, Windows, macOS, Linux and virtually any other system. The library is open source and compatible with virtually any programming language.

Learn more about TDLib here »


-

Telegram API

-

This API allows you to build your own customized Telegram clients. It is 100% open for all developers who wish to create Telegram applications on our platform. Feel free to study the open source code of existing Telegram applications for examples of how things work here. Don't forget to register your application in our system.

+

Telegram API

+

This API allows you to build your own customized Telegram clients. It is 100% open for all developers who wish to create Telegram applications on our platform. Feel free to study the open source code of existing Telegram applications for examples of how things work here. Don't forget to register your application in our system.

-

Getting started

-

Creating an application

+

Getting started

+

Creating an application

How to get your application identifier and create a new Telegram app.

-

User authorization

-

How to register a user's phone to start using the API.

-

Two-factor authentication

-

How to login to a user's account if they have enabled 2FA, how to change password.

-

QR code login

+

User authorization

+

How to register a user's phone to start using the API.

+

Two-factor authentication

+

How to login to a user's account if they have enabled 2FA, how to change password.

+

QR code login

QR code login flow

-

Error handling

+

Error handling

How to handle API return errors correctly.

-

Handling different data centers

+

Handling different data centers

How to connect to the closest DC access point for faster interaction with the API, and things to watch out for when developing a client.

-

Handling updates

+

Handling updates

How to subscribe to updates and handle them properly.

-

Handling PUSH-notifications

+

Handling PUSH-notifications

How to subscribe and handle them properly.

-

Channels, supergroups, gigagroups and basic groups

-

How to handle channels, supergroups, gigagroups, basic groups, and what's the difference between them.

-

Channel statistics

+

Channels, supergroups, gigagroups and basic groups

+

How to handle channels, supergroups, gigagroups, basic groups, and what's the difference between them.

+

Channel statistics

Telegram offers detailed channel statistics for channels and supergroups.

-

Calling methods

+

Calling methods

Additional options for calling methods.

-

Uploading and Downloading Files

+

Uploading and Downloading Files

How to transfer large data batches correctly.

-

Pagination

+

Pagination

How to fetch results from large lists of objects.

-

Client configuration

+

Client configuration

The MTProto API has multiple client configuration parameters that can be fetched with the appropriate methods.

-

Security

-

Secret chats, end-to-end encryption

+

Security

+

Secret chats, end-to-end encryption

End-to-end-encrypted messaging.

-

Security guidelines

+

Security guidelines

Important checks required in your client application.

-

Perfect Forward Secrecy

+

Perfect Forward Secrecy

Binding temporary authorization key to permanent ones.

-

End-to-End Encryption in Voice and Video Calls

+

End-to-End Encryption in Voice and Video Calls

End-to-end-encrypted calls.

-

Optimization

-

Client optimization

+

Optimization

+

Client optimization

Ways to boost API interactions.

-

API methods

-

Available method list

+

API methods

+

Available method list

A list of available high-level methods.

-

API TL-schema, as JSON

+

API TL-schema, as JSON

Text and JSON-presentation of types and methods used in API.

-

Available layer list

+

Available layer list

A list of available schema versions.

-

Other articles

-

Working with bots, using the MTProto API

+

Other articles

+

Working with bots, using the MTProto API

How to work with bots using the MTProto API.

-

Commands

+

Commands

Bots offer a set of commands that can be used by users in private, or in a chat.

-

Buttons

+

Buttons

Users can interact with your bot via buttons or even inline buttons, straight from inline messages in any chat.

-

Inline queries

+

Inline queries

Users can interact with your bot via inline queries, straight from the text input field in any chat.

-

Games

+

Games

Bots can offer users HTML5 games to play solo or to compete against each other in groups and one-on-one chats; how to work with games in the MTProto API.

-

Search & filters

-

Telegram allows applying detailed message filters while looking for messages in chats.
This allows the server to filter messages based on a text query, and even on their type, and this feature is often used by graphical clients to implement features like the chat gallery, chat profile pictures and more.

-

Polls

+

Search & filters

+

Telegram allows applying detailed message filters while looking for messages in chats. +This allows the server to filter messages based on a text query, and even on their type, and this feature is often used by graphical clients to implement features like the chat gallery, chat profile pictures and more.

+

Polls

Telegram allows sending polls and quizzes, that can be voted on by thousands, if not millions of users in chats and channels.

-

Reactions

+

Reactions

Telegram allows users to react on any message using specific emojis, triggering cute lottie animations.

-

Invite links and join requests

+

Invite links and join requests

Channels, basic groups and supergroups may have a public username or a private invite link: private invite links may be further enhanced with per-user join requests.

-

Admin, banned and default rights for channels, supergroups and groups

+

Admin, banned and default rights for channels, supergroups and groups

How to handle admin permissions, granular bans and global permissions in channels, groups and supergroups.

-

Discussion groups

+

Discussion groups

Groups can be associated to a channel as a discussion group, to allow users to discuss about posts.

-

Channel comments and message threads

+

Channel comments and message threads

Telegram allows commenting on a channel post or on a generic group message, thanks to message threads.

-

Admin log

+

Admin log

Both supergroups and channels offer a so-called admin log, a log of recent relevant supergroup and channel actions, like the modification of group/channel settings or information on behalf of an admin, user kicks and bans, and more.

-

Pinned messages

+

Pinned messages

Telegram allows pinning multiple messages on top of a specific chat.

-

Mentions

+

Mentions

Telegram allows mentioning other users in case of urgent duckling matters, and quickly navigating to those mentions in order to read them as swiftly as possible.

-

Scheduled messages

+

Scheduled messages

Telegram allows scheduling messages.

-

Live geolocations

+

Live geolocations

Telegram allows sending the live geolocation of a user in a chat, optionally setting a proximity alert.

-

Min constructors

+

Min constructors

Sometimes, user and channel constructors met in group chat updates may not contain full info about the user: how to handle such constructors.

-

Account deletion

-

How to reset an account if the 2FA password was forgotten.

-

Imported messages

+

Account deletion

+

How to delete a Telegram account.

+

Imported messages

Telegram allows importing messages and media from foreign chat apps.

-

Telegram Passport

+

Telegram Passport

How to work with Telegram Passport directly using the MTProto API.

-

Telegram Payments

+

Telegram Payments

How to work with Telegram Payments directly using the MTProto API.

-

Styled text with message entities

+

Styled text with message entities

How to create styled text with message entities

-

Working with animated emojis

+

Working with animated emojis

Graphical telegram clients should transform emojis into their respective animated version.

-

Working with animated dice

+

Working with animated dice

Telegram supports sending animated dice emojis.

-

Message drafts

+

Message drafts

How to handle message drafts

-

Folders

+

Folders

Working with folders

-

Top peer rating

+

Top peer rating

If enabled, the rating of top peers indicates the relevance of a frequently used peer in a certain category (frequently messaged users, frequently used bots, inline bots, frequently visited channels and so on).

-

Handling file references

+

Handling file references

How to handle file references.

-

Seamless Telegram Login

+

Seamless Telegram Login

Handle Seamless Telegram Login URL authorization requests.

-

Web events

-

When interacting with HTML5 games and the websites of payment gateways, Telegram apps should expose the following JS APIs.

- +

Web events

+

When interacting with HTML5 games and the websites of payment gateways, Telegram apps should expose the following JS APIs.

diff --git a/data/web/corefork.telegram.org/api.html b/data/web/corefork.telegram.org/api.html index bdfe373de8..dd34d0949b 100644 --- a/data/web/corefork.telegram.org/api.html +++ b/data/web/corefork.telegram.org/api.html @@ -46,146 +46,145 @@

You can also add Telegram Widgets to your website.

Designers are welcome to create Animated Stickers or Custom Themes for Telegram.


-

Bot API

+

Bot API

- +
-

This API allows you to connect bots to our system. Telegram Bots are special accounts that do not require an additional phone number to set up. These accounts serve as an interface for code running somewhere on your server.

-

To use this, you don't need to know anything about how our MTProto encryption protocol works — our intermediary server will handle all encryption and communication with the Telegram API for you. You communicate with this server via a simple HTTPS-interface that offers a simplified version of the Telegram API.

+

To use this, you don't need to know anything about how our MTProto encryption protocol works — our intermediary server will handle all encryption and communication with the Telegram API for you. You communicate with this server via a simple HTTPS-interface that offers a simplified version of the Telegram API.

-

Learn more about the Bot API here »

+

Learn more about the Bot API here »

Bot developers can also make use of our Payments API to accept payments from Telegram users around the world.


-

TDLib – build your own Telegram

-

Even if you're looking for maximum customization, you don't have to create your app from scratch. Try our Telegram Database Library (or simply TDLib), a tool for third-party developers that makes it easy to build fast, secure and feature-rich Telegram apps.

+

TDLib – build your own Telegram

+

Even if you're looking for maximum customization, you don't have to create your app from scratch. Try our Telegram Database Library (or simply TDLib), a tool for third-party developers that makes it easy to build fast, secure and feature-rich Telegram apps.

TDLib takes care of all network implementation details, encryption and local data storage, so that you can dedicate more time to design, responsive interfaces and beautiful animations.

TDLib supports all Telegram features and makes developing Telegram apps a breeze on any platform. It can be used on Android, iOS, Windows, macOS, Linux and virtually any other system. The library is open source and compatible with virtually any programming language.

Learn more about TDLib here »


-

Telegram API

-

This API allows you to build your own customized Telegram clients. It is 100% open for all developers who wish to create Telegram applications on our platform. Feel free to study the open source code of existing Telegram applications for examples of how things work here. Don't forget to register your application in our system.

+

Telegram API

+

This API allows you to build your own customized Telegram clients. It is 100% open for all developers who wish to create Telegram applications on our platform. Feel free to study the open source code of existing Telegram applications for examples of how things work here. Don't forget to register your application in our system.

-

Getting started

-

Creating an application

+

Getting started

+

Creating an application

How to get your application identifier and create a new Telegram app.

-

User authorization

-

How to register a user's phone to start using the API.

-

Two-factor authentication

-

How to login to a user's account if they have enabled 2FA, how to change password.

-

QR code login

+

User authorization

+

How to register a user's phone to start using the API.

+

Two-factor authentication

+

How to login to a user's account if they have enabled 2FA, how to change password.

+

QR code login

QR code login flow

-

Error handling

+

Error handling

How to handle API return errors correctly.

-

Handling different data centers

+

Handling different data centers

How to connect to the closest DC access point for faster interaction with the API, and things to watch out for when developing a client.

-

Handling updates

+

Handling updates

How to subscribe to updates and handle them properly.

-

Handling PUSH-notifications

+

Handling PUSH-notifications

How to subscribe and handle them properly.

-

Channels, supergroups, gigagroups and basic groups

-

How to handle channels, supergroups, gigagroups, basic groups, and what's the difference between them.

-

Channel statistics

+

Channels, supergroups, gigagroups and basic groups

+

How to handle channels, supergroups, gigagroups, basic groups, and what's the difference between them.

+

Channel statistics

Telegram offers detailed channel statistics for channels and supergroups.

-

Calling methods

+

Calling methods

Additional options for calling methods.

-

Uploading and Downloading Files

+

Uploading and Downloading Files

How to transfer large data batches correctly.

-

Pagination

+

Pagination

How to fetch results from large lists of objects.

-

Client configuration

+

Client configuration

The MTProto API has multiple client configuration parameters that can be fetched with the appropriate methods.

-

Security

-

Secret chats, end-to-end encryption

+

Security

+

Secret chats, end-to-end encryption

End-to-end-encrypted messaging.

-

Security guidelines

+

Security guidelines

Important checks required in your client application.

-

Perfect Forward Secrecy

+

Perfect Forward Secrecy

Binding temporary authorization key to permanent ones.

-

End-to-End Encryption in Voice and Video Calls

+

End-to-End Encryption in Voice and Video Calls

End-to-end-encrypted calls.

-

Optimization

-

Client optimization

+

Optimization

+

Client optimization

Ways to boost API interactions.

-

API methods

-

Available method list

+

API methods

+

Available method list

A list of available high-level methods.

-

API TL-schema, as JSON

+

API TL-schema, as JSON

Text and JSON-presentation of types and methods used in API.

-

Available layer list

+

Available layer list

A list of available schema versions.

-

Other articles

-

Working with bots, using the MTProto API

+

Other articles

+

Working with bots, using the MTProto API

How to work with bots using the MTProto API.

-

Commands

+

Commands

Bots offer a set of commands that can be used by users in private, or in a chat.

-

Buttons

+

Buttons

Users can interact with your bot via buttons or even inline buttons, straight from inline messages in any chat.

-

Inline queries

+

Inline queries

Users can interact with your bot via inline queries, straight from the text input field in any chat.

-

Games

+

Games

Bots can offer users HTML5 games to play solo or to compete against each other in groups and one-on-one chats; how to work with games in the MTProto API.

-

Search & filters

-

Telegram allows applying detailed message filters while looking for messages in chats.
This allows the server to filter messages based on a text query, and even on their type, and this feature is often used by graphical clients to implement features like the chat gallery, chat profile pictures and more.

-

Polls

+

Search & filters

+

Telegram allows applying detailed message filters while looking for messages in chats. +This allows the server to filter messages based on a text query, and even on their type, and this feature is often used by graphical clients to implement features like the chat gallery, chat profile pictures and more.

+

Polls

Telegram allows sending polls and quizzes, that can be voted on by thousands, if not millions of users in chats and channels.

-

Reactions

+

Reactions

Telegram allows users to react on any message using specific emojis, triggering cute lottie animations.

-

Invite links and join requests

+

Invite links and join requests

Channels, basic groups and supergroups may have a public username or a private invite link: private invite links may be further enhanced with per-user join requests.

-

Admin, banned and default rights for channels, supergroups and groups

+

Admin, banned and default rights for channels, supergroups and groups

How to handle admin permissions, granular bans and global permissions in channels, groups and supergroups.

-

Discussion groups

+

Discussion groups

Groups can be associated to a channel as a discussion group, to allow users to discuss about posts.

-

Channel comments and message threads

+

Channel comments and message threads

Telegram allows commenting on a channel post or on a generic group message, thanks to message threads.

-

Admin log

+

Admin log

Both supergroups and channels offer a so-called admin log, a log of recent relevant supergroup and channel actions, like the modification of group/channel settings or information on behalf of an admin, user kicks and bans, and more.

-

Pinned messages

+

Pinned messages

Telegram allows pinning multiple messages on top of a specific chat.

-

Mentions

+

Mentions

Telegram allows mentioning other users in case of urgent duckling matters, and quickly navigating to those mentions in order to read them as swiftly as possible.

-

Scheduled messages

+

Scheduled messages

Telegram allows scheduling messages.

-

Live geolocations

+

Live geolocations

Telegram allows sending the live geolocation of a user in a chat, optionally setting a proximity alert.

-

Min constructors

+

Min constructors

Sometimes, user and channel constructors met in group chat updates may not contain full info about the user: how to handle such constructors.

-

Account deletion

-

How to reset an account if the 2FA password was forgotten.

-

Imported messages

+

Account deletion

+

How to delete a Telegram account.

+

Imported messages

Telegram allows importing messages and media from foreign chat apps.

-

Telegram Passport

+

Telegram Passport

How to work with Telegram Passport directly using the MTProto API.

-

Telegram Payments

+

Telegram Payments

How to work with Telegram Payments directly using the MTProto API.

-

Styled text with message entities

+

Styled text with message entities

How to create styled text with message entities

-

Working with animated emojis

+

Working with animated emojis

Graphical telegram clients should transform emojis into their respective animated version.

-

Working with animated dice

+

Working with animated dice

Telegram supports sending animated dice emojis.

-

Message drafts

+

Message drafts

How to handle message drafts

-

Folders

+

Folders

Working with folders

-

Top peer rating

+

Top peer rating

If enabled, the rating of top peers indicates the relevance of a frequently used peer in a certain category (frequently messaged users, frequently used bots, inline bots, frequently visited channels and so on).

-

Handling file references

+

Handling file references

How to handle file references.

-

Seamless Telegram Login

+

Seamless Telegram Login

Handle Seamless Telegram Login URL authorization requests.

-

Web events

-

When interacting with HTML5 games and the websites of payment gateways, Telegram apps should expose the following JS APIs.

- +

Web events

+

When interacting with HTML5 games and the websites of payment gateways, Telegram apps should expose the following JS APIs.

diff --git a/data/web/corefork.telegram.org/api/account-deletion.html b/data/web/corefork.telegram.org/api/account-deletion.html index b90102722c..ac9db92932 100644 --- a/data/web/corefork.telegram.org/api/account-deletion.html +++ b/data/web/corefork.telegram.org/api/account-deletion.html @@ -42,8 +42,13 @@

Account deletion

-

If the user has successfully provided the login code, but they forgot the 2FA password, the account should be reset: this can be done using account.deleteAccount.

-

If the account's 2FA password was modified more than 7 days ago and was active in the last 7 days, account deletion will be delayed for 7 days, and a service message will be sent to the user, containing a link in one of the following formats:

+

A user can delete their Telegram account using account.deleteAccount.

+
---functions---
+account.deleteAccount#a2c0cf74 flags:# reason:string password:flags.0?InputCheckPasswordSRP = Bool;
+

Calling this method while specifying the account's 2FA password (if one is set) will immediately delete the Telegram account.

+

If the account has a 2FA password but the user doesn't remember it, password reset may be requested first », or otherwise, the password field may simply be left empty.

+

In this case, if the account's 2FA password was modified more than 7 days ago and was active in the last 7 days, account deletion will be delayed for 7 days.
+A service message will be sent to the user, containing a link in one of the following formats:

  • https://telegram.me/confirmphone?phone=XXX&hash=YYYY
  • tg://confirmphone?phone=XXX&hash=YYYY
  • @@ -56,7 +61,9 @@ The phone code settings are the same as for the login code

    Related articles

    User Authorization

    -

    How to register a user's phone to start using the API.

+

How to register a user's phone to start using the API.

+

Two-factor authentication

+

How to login to a user's account if they have enabled 2FA, how to change password.

diff --git a/data/web/corefork.telegram.org/api/srp.html b/data/web/corefork.telegram.org/api/srp.html index ceb8f2ae97..8bc964dff5 100644 --- a/data/web/corefork.telegram.org/api/srp.html +++ b/data/web/corefork.telegram.org/api/srp.html @@ -212,11 +212,16 @@ Use account.confirmPasswordEmail< Use account.resendPasswordEmail to resend the verification code. Use account.cancelPasswordEmail to cancel the verification code.

To get the current recovery email, use account.getPasswordSettings.

-

Email recovery

-

In order to recover a forgotten 2FA password, an email must be sent to the previously specified address using the auth.requestPasswordRecovery method.
-Use auth.checkRecoveryPassword to make sure that the user provided a valid code.
-Then use auth.recoverPassword with the received code to delete the current 2FA password, to set a new one follow these instructions.

+

Password recovery

+

If the user has forgotten their 2FA password, the following recovery options are available:

+

Password reset

+

Password reset can be requested from logged-in sessions only.

+

The following procedure can be used to reset the password without deleting the account:

account.resetPasswordFailedWait#e3779861 retry_date:int = account.ResetPasswordResult;
 account.resetPasswordRequestedWait#e9effc7d until_date:int = account.ResetPasswordResult;
 account.resetPasswordOk#e926d63e = account.ResetPasswordResult;
@@ -230,6 +235,14 @@ On success, the call will initially return a account.resetPassword is invoked once more, returning a account.resetPasswordOk to indicate that the password was successfully reset.  

If the user recently requested a password reset that was canceled, account.resetPasswordFailedWait will be returned by the initial account.resetPassword call, and they must wait until the specified date before requesting another reset.

Note that if the user already knows their 2FA password and simply wants to disable 2FA, the same process used to enable the password must also be used to disable it ».

+

Email recovery

+

Email recovery can be requested from logged in sessions, and from non-logged in sessions if the user has successfully provided the login code.
+In both cases, the account must have an associated recovery email ».

+

In order to recover a forgotten 2FA password, an email must be sent to the previously specified address using the auth.requestPasswordRecovery method.
+Use auth.checkRecoveryPassword to make sure that the user provided a valid code.
+Then use auth.recoverPassword with the received code to delete the current 2FA password, to set a new one follow these instructions ».

+

Account deletion

+

If the user has successfully provided the login code, but they forgot their 2FA password and they don't have access to any other logged-in session, the account can be deleted following these instructions ».

Related pages

SRP design

diff --git a/data/web/corefork.telegram.org/constructor/help.termsOfServiceUpdate b/data/web/corefork.telegram.org/constructor/help.termsOfServiceUpdate index 6426d7b731..7307295b9a 100644 --- a/data/web/corefork.telegram.org/constructor/help.termsOfServiceUpdate +++ b/data/web/corefork.telegram.org/constructor/help.termsOfServiceUpdate @@ -84,7 +84,8 @@

help.getTermsOfServiceUpdate

Look for updates of telegram's terms of service

account.deleteAccount

-

Delete the user's account from the telegram servers. Can be used, for example, to delete the account of a user that provided the login code, but forgot the 2FA password and no recovery method is configured.

+

Delete the user's account from the telegram servers.

+

Can also be used to delete the account of a user that provided the login code, but forgot the 2FA password and no recovery method is configured, see here » for more info in password recovery, and here » for more info on the account deletion flow.

diff --git a/data/web/corefork.telegram.org/method/account.deleteAccount b/data/web/corefork.telegram.org/method/account.deleteAccount index 9761375927..891f39aed7 100644 --- a/data/web/corefork.telegram.org/method/account.deleteAccount +++ b/data/web/corefork.telegram.org/method/account.deleteAccount @@ -4,10 +4,10 @@ account.deleteAccount - + - + @@ -42,7 +42,8 @@

account.deleteAccount

-

Delete the user's account from the telegram servers. Can be used, for example, to delete the account of a user that provided the login code, but forgot the 2FA password and no recovery method is configured.

+

Delete the user's account from the telegram servers.

+

Can also be used to delete the account of a user that provided the login code, but forgot the 2FA password and no recovery method is configured, see here » for more info on password recovery, and here » for more info on account deletion.

+

How to login to a user's account if they have enabled 2FA, how to change password.

+

Account deletion

+

How to reset an account if the 2FA password was forgotten.

diff --git a/data/web/corefork.telegram.org/methods.html b/data/web/corefork.telegram.org/methods.html index fada4e84a9..16ed691b1d 100644 --- a/data/web/corefork.telegram.org/methods.html +++ b/data/web/corefork.telegram.org/methods.html @@ -2295,7 +2295,7 @@ messages.getAttachMenuBot -Returns attachment menu entry for a bot web app that can be launched from the attachment menu »
+Returns attachment menu entry for a bot web app that can be launched from the attachment menu » messages.toggleBotInAttachMenu @@ -2341,7 +2341,7 @@ account.deleteAccount -Delete the user's account from the telegram servers. Can be used, for example, to delete the account of a user that provided the login code, but forgot the 2FA password and no recovery method is configured. +Delete the user's account from the telegram servers.

Can also be used to delete the account of a user that provided the login code, but forgot the 2FA password and no recovery method is configured, see here » for more info in password recovery, and here » for more info on the account deletion flow. account.getAccountTTL diff --git a/data/web/osx.telegram.org/updates/versions.xml b/data/web/osx.telegram.org/updates/versions.xml index 35eee8cb27..c54e6caae5 100644 --- a/data/web/osx.telegram.org/updates/versions.xml +++ b/data/web/osx.telegram.org/updates/versions.xml @@ -5,6 +5,13 @@ https://telegram.org/dl/osx Telegram macOS +Animated Emoji in Messages, Privacy Settings for Voice Messages and Gifting Telegram Premium<br><br>Premium: Custom Animated Emoji<br><br>• Add animated emoji from 10 new custom packs – with countless more coming.<br>• Get animated emoji suggestions from your packs when you enter any static emoji.<br>• Press and hold on a message containing emoji to see which packs were used. <br>• Create your own custom emoji packs for Premium subscribers.<br>• All Telegram users can see emoji from any pack — and try them out for free in the Saved Messages chat.<br><br>Premium: Privacy Settings for Voice Messages<br><br>• Control who can send or forward you voice messages in Settings > Privacy and Security with Telegram Premium.<br>• Create exceptions to add individual users or groups of users.<br><br>Gifting Telegram Premium<br><br>• Send a prepaid Premium subscription to any user from their profile page. <br>• Choose from a 3, 6 or 12 month duration – at a discounted price +2022-12-08 16:45:11 + +10.11 + + +Telegram macOS 700 MILLION USERS AND TELEGRAM PREMIUM<br><br>Telegram now has over 700 million active users. To celebrate, we're launching Telegram Premium. This subscription helps support Telegram and gives you access to exclusive additional features. All existing Telegram features remain free for everyone.<br><br>NEW PREMIUM FEATURES<br><br>Premium: 4 GB Uploads<br>• Send media and files each up to 4 GB in size.<br><br>Premium: Faster Downloads<br>• Download media and files at the fastest possible speed, with no limits.<br><br>Premium: Doubled Limits<br>• Follow up to 1000 channels.<br>• Connect 4 accounts in any app.<br>• Organize your chats into 20 folders, holding 200 chats each.<br>• Pin 10 chats in your main list.<br>• Reserve up to 20 public t.me links.<br>• Save 400 favorite GIFs and 10 favorite stickers.<br>• Write a longer bio for your profile and include links.<br>• Include longer captions for photos and videos.<br><br>Premium: Voice-to-Text<br>• Get a new button next to any voice message to generate a transcript of its audio.<br><br>Premium: Unique Reactions and Stickers<br>• React with even more emoji, including :clown: and :hearteyes:<br>• Send unique stickers with additional effects, updated monthly.<br><br>Premium: Chat Management<br>• Set a default chat folder or enable tools to auto-archive and hide new chats.<br><br>Premium: Badges and Animated Profile Pictures<br>• Subscribers have a badge next to their name, showing they help support Telegram.<br>• Show off your profile video that will be animated for everyone in chats and the chat list.<br><br>Premium: No Ads<br>• Sponsored Messages that are sometimes shown in public channels will no longer appear.<br><br>To subscribe and get access to these features, go to Settings > Telegram Premium.<br><br>NEW FREE FEATURES<br><br>This update also includes many changes for all users – just like every future update will.<br><br>Join Requests for Public Groups<br>• Enable join requests for your public groups – no invite links required.<br>• Users who open the group will see an 'Apply to Join Group' button.<br>• Once approved by an admin, users will be able to participate in the chat.<br><br>Improved External Sharing<br>• Watch an animated progress bar when sharing large files and media to Telegram from other apps.<br><br>Better Bots<br>• Include a photo or video in the "What can this bot do?" section of your bot.<br>• Bots that are integrated into the attachment menu can be programmed to work in groups and channels.<br><br>Animated Profile Picture Creator<br>Generate a customized profile picture using your favorite stickers and animated emoji. Create one for yourself, or for one of your groups or channels.<br> 2022-30-06 17:28:38