Commit Graph

  • ddc9bef503 Force filename with JPG extension after resizing v1.32.1 Lonami Exo 2023-11-12 21:12:27 +0100
  • 69e741f2cf
    Update client/src/telethon/_impl/client/events/queries.py Lonami 2023-11-12 15:20:38 +0100
  • 51c2db90c4 replace chat with :term:chat in some docstrings: apepenkov 2023-11-11 23:00:49 +0300
  • c2509ade09 fix docstring typo in ButtonCallback.chat apepenkov 2023-11-11 23:00:01 +0300
  • 8948c8cef9 update ButtonCallback to handle types.UpdateInlineBotCallbackQuery apepenkov 2023-11-11 22:59:16 +0300
  • 70fb266eea
    Add ButtonCallback.get_message (#4250) apepenkov 2023-11-11 21:29:42 +0300
  • 8fbf7adb6c update get_message to use InputMessageCallbackQuery apepenkov 2023-11-10 23:26:49 +0300
  • aeb19a3035 typos and misnamings fix apepenkov 2023-11-10 20:20:34 +0300
  • ea65bf001e
    Add missing buttons parameter (#4251) apepenkov 2023-11-10 19:58:48 +0300
  • d9475ec203
    Apply suggestions from code review Lonami 2023-11-10 17:58:23 +0100
  • 619afe616e add uttons to Message.edit apepenkov 2023-11-10 10:43:25 +0300
  • 45e7b7a380 add missing buttons docstring to respond and reply apepenkov 2023-11-10 10:38:19 +0300
  • 2b9fbec86a
    imrpove Buttoncallback.get_message apepenkov 2023-11-10 09:20:03 +0300
  • 582d8859ac
    Improve documentation for Message apepenkov 2023-11-10 09:18:36 +0300
  • 54cfb7f102
    try to get PackedChat from cache by abcs.Peer before constructing one with no access_hash apepenkov 2023-11-10 09:17:53 +0300
  • 0ae7300cda fix typehint in resolve_to_packed apepenkov 2023-11-10 00:14:05 +0300
  • 11f7617adc added get_message method toButtonCallback apepenkov 2023-11-10 00:04:04 +0300
  • 3976988b33 add __bool__ dunder method to Message apepenkov 2023-11-10 00:02:11 +0300
  • 27d6cce8e2 add abcs.Peer resolving to resolve_to_packed apepenkov 2023-11-09 23:54:01 +0300
  • 17996e8a9b
    Add alert param to ButtonCallback.answer (#4249) apepenkov 2023-11-09 22:29:42 +0300
  • afa594b507
    Update client/src/telethon/_impl/client/events/queries.py Lonami 2023-11-09 20:29:25 +0100
  • f749f945d9 fix typo apepenkov 2023-11-09 21:48:55 +0300
  • 443bd529e6 remove url and cache_time from ButtonCallback.answer apepenkov 2023-11-09 21:45:59 +0300
  • f2460fa6ba implement alert, url, cache_time parameters in ButtonCallback.answer apepenkov 2023-11-09 21:43:26 +0300
  • ba0371f89e
    Add events.filters.Data (#4248) apepenkov 2023-11-09 21:28:18 +0300
  • 448050bd42 Data filter typo fix apepenkov 2023-11-09 21:27:11 +0300
  • 6857784993 Data filter typo fix apepenkov 2023-11-09 21:24:52 +0300
  • 9efbeb4543 rename filter to Data and fix docs apepenkov 2023-11-09 21:21:13 +0300
  • adeb5f8d73 implement callback data filter apepenkov 2023-11-09 20:57:10 +0300
  • ca0d39c4b7 Add missing append in get_chats Lonami Exo 2023-11-09 18:09:13 +0100
  • e6d7232ae9 Fix get_chats assertions Lonami Exo 2023-11-09 18:02:13 +0100
  • d32967eefe
    Simplify mind-bending condition to continue checking handlers (#4247) apepenkov 2023-11-09 19:40:48 +0300
  • 5a264ba5a0 rename client._shortcircuit_handlers and fix events.Continue in dispatch_next apepenkov 2023-11-09 19:37:12 +0300
  • 35fd0cc62b
    Simplify Union of Literal types (#4246) apepenkov 2023-11-09 19:13:19 +0300
  • 308f8e8bf8
    Add PR template mentioning v1 is feature-frozen Lonami 2023-11-09 17:04:05 +0100
  • 3471bf8e47 simplify type hints by using single Literal apepenkov 2023-11-09 11:21:16 +0300
  • fb80322da0 simplify type hints by using single Literal apepenkov 2023-11-09 11:11:26 +0300
  • 96dd15f796
    Merge branch 'LonamiWebs:v2' into v2 apepenkov 2023-11-09 11:06:51 +0300
  • 35f267281d Fix set default server_address async humbertogontijo 2023-11-09 00:42:31 -0300
  • 2df5e07c7c Feat adding async session support humbertogontijo 2023-11-09 00:17:49 -0300
  • 4f4db020da
    Fix typo in README (#4242) apepenkov 2023-11-09 01:06:27 +0300
  • c784a46327
    Update README.rst Lonami 2023-11-08 23:06:10 +0100
  • e1983b80c2 Treat messages.affected* as updateDeleteMessages Lonami Exo 2023-11-08 23:03:24 +0100
  • 77daeac993 remove python -m asyncio tip from readme apepenkov 2023-11-08 23:44:59 +0300
  • 562a3be05b remove asyncio boilerplate, mention python -m asyncio requirement apepenkov 2023-11-08 18:47:50 +0300
  • f9435aa1f6 Continue implementation Lonami Exo 2023-11-08 14:07:33 +0100
  • fcfef36c15 add ChatType to exported filters apepenkov 2023-11-08 12:32:59 +0300
  • 3f39201d27 add ChatType to exported filters; rename sender -> chat in ChatType.__call__ apepenkov 2023-11-08 12:31:05 +0300
  • ce2367b238 udpate readme to have functional 'Creating a client' section apepenkov 2023-11-08 11:38:27 +0300
  • a38c555994 rename TelegramClient to Client and remove sync mention from readme apepenkov 2023-11-08 11:36:18 +0300
  • 4cc6ecc39b Use Sequence as input in generated functions Lonami Exo 2023-11-07 19:40:09 +0100
  • 6047c689ca Add client.prepare_album Lonami Exo 2023-11-07 19:34:10 +0100
  • ae44426a78 Remove some slots from custom types for consistency Lonami Exo 2023-11-07 12:37:30 +0100
  • 13628e223e
    chore(Group): add trailing comma Yaroslav Vorobev 2023-11-07 13:41:37 +0300
  • d2c2188a6c
    fix(Group): missing slot property Yaroslav Vorobev 2023-11-07 13:40:06 +0300
  • 95e1f5115c Improve setting of chat participants rights Lonami Exo 2023-11-02 18:24:55 +0100
  • daf0e91334 Scripts need to be fully automated. Scripts hate user input. This prevents script automation. We need to go back in time rather than continue typing. test 2023-11-02 23:09:40 +0800
  • 48bf78a855 Fix getting and using participants Lonami Exo 2023-11-02 14:39:06 +0100
  • cea9fc6c77 Ensure __all__ are consistent Lonami Exo 2023-11-02 12:43:06 +0100
  • 2992a8e212 Make filters combinable Lonami Exo 2023-11-02 01:30:40 +0100
  • 2def0a169c Continue documentation and matching documented behaviour Lonami Exo 2023-11-02 00:45:01 +0100
  • 6ee4ef26e1
    Syntax highlighting support for markdown parse_mode Mattia Basaglia 2023-10-31 20:27:24 +0100
  • 6ccd6b0a41 Bump to v1.32 v1.32.0 Lonami Exo 2023-10-31 19:12:41 +0100
  • 6e88264b28 Support custom connectors Lonami Exo 2023-10-29 21:45:21 +0100
  • d80c6b3bb4 Remove utils file Lonami Exo 2023-10-29 20:54:31 +0100
  • b17e10af1d Fix init of custom Draft after layer update Lonami Exo 2023-10-29 11:41:54 +0100
  • 046dbb58b8 Update to layer 166 Lonami Exo 2023-10-29 11:00:13 +0100
  • 8fe89496d6 Work towards message buttons Lonami Exo 2023-10-28 20:05:17 +0200
  • d15e84e595 Fix development installation instructions Lonami Exo 2023-10-22 21:58:44 +0200
  • 257b5d74e9 Fix cyclic imports Lonami Exo 2023-10-19 22:41:55 +0200
  • b8b9836cf7 Work towards dialogs and drafts Lonami Exo 2023-10-19 21:36:54 +0200
  • 864d5cd444 Gracefully handle user-invoked disconnects Lonami Exo 2023-10-19 19:28:00 +0200
  • 854d3745b3 Handle dispatcher CancelledError during disconnect Lonami Exo 2023-10-18 20:38:45 +0200
  • c49f0827b1 Don't send requests until there are salts Lonami Exo 2023-10-18 20:35:55 +0200
  • 45f866c335 Fix handling of bad_msg 16 and 17 Lonami Exo 2023-10-18 20:31:09 +0200
  • 5604f530c0 Fix handling of bad_msg referring to containers Lonami Exo 2023-10-18 19:27:43 +0200
  • 186dd38ff4 Save session in complete_login Lonami Exo 2023-10-17 20:45:52 +0200
  • fda6840449 Fix file name could be lost when uploading files v1.31.1 Lonami Exo 2023-10-17 20:31:58 +0200
  • 4465644aa1 Fix pack implementations Lonami Exo 2023-10-17 18:50:06 +0200
  • 34dffe978e Fix file uploads and references to full_name Lonami Exo 2023-10-16 23:06:24 +0200
  • 0727c1d1f1 Continue improving documentation Lonami Exo 2023-10-16 20:12:16 +0200
  • 04806a2a4a Create a base class for Chat Lonami Exo 2023-10-16 20:11:08 +0200
  • c4d399e32d Add missing await in get_password_information Lonami Exo 2023-10-16 20:10:05 +0200
  • 8e616bc85a Add client to readthedocs requirements Lonami Exo 2023-10-16 18:42:24 +0200
  • 8c0654185d Version .tl files Lonami Exo 2023-10-16 18:36:20 +0200
  • 2f6ea3497a Use custom build backend for the client package Lonami Exo 2023-10-16 18:32:12 +0200
  • 957a66f797 Move generator parser methods to parser Lonami Exo 2023-10-16 18:31:42 +0200
  • 5416e4d5c0 Fix installation of generator Lonami Exo 2023-10-16 17:19:56 +0200
  • 953f6f11c5 Add .readthedocs.yaml Lonami Exo 2023-10-15 21:03:30 +0200
  • 6be93c69ed Handle UpdateShortSentMessage in send_message Lonami Exo 2023-10-14 01:25:06 +0200
  • 816f6012a9 Support more chats in resolve_to_packed Lonami Exo 2023-10-14 01:21:59 +0200
  • c91ce98a25 Fix handling of salts and container buffer Lonami Exo 2023-10-14 01:21:33 +0200
  • 6ed279e773 Improve handling of remote config Lonami Exo 2023-10-13 22:55:42 +0200
  • b4f9d3d720 Improve error handling in transports Lonami Exo 2023-10-13 22:59:26 +0200
  • 42633882b5 Make logs more consistent Lonami Exo 2023-10-13 22:58:04 +0200
  • 236c2f7e7c Remove TODOs Lonami Exo 2023-10-13 22:57:49 +0200
  • b31f4fe063 Use logger Lonami Exo 2023-10-12 21:10:00 +0200
  • 325f1ca27d Update changelog Lonami Exo 2023-10-12 20:46:57 +0200
  • 994d07ba05 Continue documentation Lonami Exo 2023-10-12 19:31:41 +0200
  • eb67ef1b15 Update to v1.31 v1.31.0 Lonami Exo 2023-10-12 18:39:29 +0200