Commit Graph
262 Commits
Author SHA1 Message Date
SsNiPeR1 acec8a776f Fix documentation typo (#4086) 2023-04-11 17:43:44 +02:00
Nitan Alexandru Marcel ced36adb03 Fix editing inline messages of type InputBotInlineMessageID64 (#4082) 2023-04-07 17:04:08 +02:00
Lonami Exo 10c74f8bab Bump to v1.28.0 2023-04-06 15:05:44 +02:00
Lonami Exo fd09284598 Update FAQ
Closes #3759.
2023-04-06 14:32:45 +02:00
Lonami Exo 3e64ea35ff Update FAQ 2023-04-06 13:25:47 +02:00
Lonami Exo 1f79f063a2 Expand documentation on using the raw API 2023-03-11 12:45:06 +01:00
Lonami Exo 6bc7245106 Add file IDs section to the FAQ 2023-03-11 11:56:39 +01:00
Lonami Exo f334d5b8fe Move working with messages to the wiki 2023-02-28 21:58:07 +01:00
Lonami Exo 07a7a8b404 Deprecate force_sms and sign_up
On the 10th of February, Telegram sent the following message to
those with an application registered on https://my.telegram.org.

--

Telegram API Update. Hello [REDACTED]. Thank you for contributing to the
open Telegram ecosystem by developing your app, [REDACTED].

Please note that due to recent updates to Telegram's handling of SMS and
the integration of new SMS providers like Firebase, we are changing the
way login codes are handled in third-party apps based on the Telegram API.

Starting on 18.02.2023, users logging into third-party apps will only be
able to receive login codes via Telegram. It will no longer be possible
to request an SMS to log into your app - just like when logging into
Telegram's own desktop and web clients.

Exactly like with the Telegram Desktop and Web apps, if a user doesn't
have a Telegram account yet, they will need to create one first using
an official mobile Telegram app.

We kindly ask you to update your app's login and signup interfaces to
reflect these changes before they go live on 18.02.2023 at 13:00 UTC.

This change will not significantly affect users since, according to our
research, the vast majority of third-party app users also use official
Telegram apps. In the coming months, we expect to offer new tools for
third-party developers that will help streamline the login process.
2023-02-26 10:40:53 +01:00
Lonami Exo daf21f12d9 Bump to v1.27 2023-02-05 15:19:41 +01:00
Lonami Exo 83bafa25e3 Stop using asyncio.get_event_loop()
It is deprecated in newer Python versions.
Closes #4013.
2023-01-11 21:02:29 +01:00
Lonami Exo b2925f8279 Update documentation and list of known errors 2022-12-14 20:00:55 +01:00
Lonami Exo ba7fc245ab Set documentation language to en 2022-11-26 09:11:49 +01:00
Lonami Exo bd1ba3bf1e Bump to v1.26 and update layer to 149 2022-11-25 18:23:28 +01:00
Lonami Exo 073b87ba1f Fix some typos and add note about BotFather in migration guide 2022-10-26 14:13:30 +02:00
Lonami Exo 0980d55c34 Document how to send spoilers and custom emoji 2022-10-21 11:12:55 +02:00
Lonami Exo 6fcd7dff38 Bump to v1.25.1 2022-09-24 11:03:09 +02:00
Lonami Exo 6d02a1c6ff Update some raw API examples 2022-09-21 10:50:07 +02:00
Lonami Exo e6ebe6b334 Replace mentions of master branch with v1 2022-09-20 17:08:53 +02:00
Lonami Exo 8b1bfcdf9c Bump to v1.25 2022-08-30 12:57:34 +02:00
Lonami Exo bda4259815 Bump to v1.24 2021-12-01 19:08:47 +01:00
Lonami Exo 3f5f5dbe48 Update documentation and list of known errors
Closes #3151.
2021-09-11 11:02:10 +02:00
Newbyte 2ea3153cd5 Update docs to reflect current length of login codes in test servers (#3140) 2021-08-28 00:18:22 +02:00
Joshua Coales e2d97b44c5 Update docs to have fewer grammatical mistakes (#3121) 2021-08-03 18:33:17 +02:00
Lonami Exo 06afd04b07 Update to version 1.23 2021-07-09 20:18:22 +02:00
Lonami Exo 2052b502c8 Update to v1.22 2021-06-19 19:08:02 +02:00
Lonami Exo 7c1ad0cadb Document need to AcceptTermsOfService in apps
Closes #3040.
2021-06-19 18:32:23 +02:00
Lonami Exo 319b6283a9 Update install/test server docs and add new known RPC error 2021-04-21 19:56:57 +02:00
Lonami Exo 5b91adf62d Update documentation
Closes #1733.
2021-03-31 10:54:18 +02:00
Lonami Exo 3d6a2bb945 Update to version 1.21 2021-03-14 11:31:03 +01:00
Lonami Exo d9691c9342 Update to version 1.20 2021-02-27 16:24:39 +01:00
Lonami Exo b475a2ecc6 Add a new docs page for Chats vs Channels 2021-02-23 20:58:36 +01:00
Lonami Exo 75db9f70df Update proxy docs and license year 2021-02-12 17:56:46 +01:00
Lonami Exo b1d6bd564e Fix several typos
Closes #1674.
2021-01-20 18:50:45 +01:00
Lonami Exo 3150726f32 Fix tiny documentation nits
Closes #1659.
2021-01-05 20:03:16 +01:00
Lonami Exo b192c3e6a3 Update to v1.19 2021-01-05 19:58:41 +01:00
Lonami Exo 4b6c69ac1e Update docs and list of errors
Includes the changes of #1654.
2020-12-19 20:33:20 +01:00
Lonami Exo e3a194acb4 Add set_proxy to the method summary 2020-11-28 13:07:36 +01:00
Lonami Exo 66a508a174 Update to v1.18 2020-11-28 12:17:25 +01:00
Serhii Dylda 633986cfa6 Replace PySocks with python-socks for Python >= 3.6
See discussion at (https://github.com/LonamiWebs/Telethon/pull/1623)

Small fixes for `local_addr` argument.
2020-11-09 19:59:54 +01:00
Lonami Exo e4a6ec40cd Update error documentation, summary and license year 2020-11-05 10:49:34 +01:00
Qwerty-Space d56b27e570 Fix several minor typos (#1603) 2020-10-18 21:11:59 +02:00
Lonami Exo 4db51dff8a Update to v1.17 2020-10-18 14:11:52 +02:00
Lonami Exo 1311b9393c Move alternative libraries to the wiki
It doesn't make sense to track what happens to Telegram's ecosystem
in the repository of a specific library. The wiki is better suited
for this and can be trivially updated by anyone, allowing it to better
evolve.
2020-10-16 11:00:14 +02:00
Lonami Exo cf1645b598 Improve documentation for ParticipantPermissions 2020-10-06 11:14:16 +02:00
Lonami Exo 52a247c156 Update documentation to include the new friendly method 2020-10-05 10:52:42 +02:00
daaawx 8cbaacabdb Add missing word in docs (#1538) 2020-09-10 14:51:31 +02:00
Lonami Exo bc799fd82c Remove usage of the main group username in the docs 2020-08-23 11:45:45 +02:00
Lonami Exo 3c56a6db4d Update to v1.16.1 2020-08-10 16:19:31 +02:00
Lonami Exo 34861ad1bc Update to v1.16 2020-07-28 18:12:24 +02:00