Dan
fcf91661fc
Fix User._parse_status type hints
2021-01-29 12:58:03 +01:00
Dan
57128c0ab7
Add Chat.is_fake and User.is_fake
2021-01-29 12:57:38 +01:00
Krishna-singhal
1bba5cad54
Fix small typo in copy_message()'s examples ( #588 )
2021-01-29 12:47:52 +01:00
ポキ
811324b907
Add missing docstrings for Chat.iter_members and .get_members ( #600 )
2021-01-29 12:46:43 +01:00
Dan
c3819ddb56
Update API schema to Layer 123
2021-01-28 13:03:39 +01:00
Dan
33d373adbe
Update Pyrogram to v1.1.13
2021-01-18 07:31:06 +01:00
Dan
f9a129ab5f
Fix wrong emphasize lines
2021-01-18 07:29:51 +01:00
Dan
b9adc5c294
Add missing bound method Chat.mark_unread
2021-01-18 07:29:33 +01:00
Harsh
967f25796c
Fix strikethrough message entity unparsing ( #598 )
2021-01-17 12:16:06 +01:00
Dan
2b3e5f2b0a
Update Pyrogram to v1.1.12
2021-01-14 21:51:10 +01:00
ポキ
54b92c0892
Fix issues with global_search(): add the filter parameter ( #589 )
...
* this commit will fix issues with global_search()
I was recently getting this error on app.global_search() method:
```
File "/home/poki/.local/lib/python3.8/site-packages/pyrogram/methods/messages/search_global.py", line 71, in search_global
raw.functions.messages.SearchGlobal(
TypeError: __init__() missing 3 required keyword-only arguments: 'filter', 'min_date', and 'max_date'
```
Suprisingly no one has opened an issue for this except me.
Here is the context: https://t.me/pyrogramchat/281087
I personally use this method to fetch my global searches into my userbot with is an actual bot. little hacky >_o
* Added filter= parameter
- An Optional Parameter for global search
* Update search_global.py
Co-authored-by: Dan <14043624+delivrance@users.noreply.github.com>
2021-01-14 21:49:51 +01:00
Dan
27614c0c19
Update Pyrogram to v1.1.11
2021-01-12 22:26:59 +01:00
Dan
4b3fc729ad
Fix small typo: Message.unpin was pinning
2021-01-12 22:26:24 +01:00
Dan
3c992e8f86
Add missing Message.unpin docs
2021-01-12 22:25:19 +01:00
Dan
63cc36d759
Update Pyrogram to v1.1.10
2021-01-10 16:46:47 +01:00
Dan
2ad1d9cbc8
Fix wrong excepted error
...
Closes #582
2021-01-10 16:46:16 +01:00
Krishna-singhal
79583a29fc
Remove obsolete example from docs ( #576 )
2021-01-10 16:00:38 +01:00
Ripe
38d60f5e10
Fix DC sessions for inline message edits ( #585 )
2021-01-10 15:59:27 +01:00
ポキ
99829eff9c
Update copyright year in forgotten places ( #583 )
2021-01-10 15:56:42 +01:00
Pari030
c25871c452
Mention that members_count is obtained from get_chat only ( #581 )
2021-01-08 10:00:45 +01:00
Dan
ff5cabb3c8
Update Pyrogram to v1.1.9
2021-01-08 09:02:57 +01:00
Dan
51f771457c
Fix captions not being preserved when editing media
2021-01-08 09:02:29 +01:00
Dan
15f95a0706
Update README.md
2021-01-05 14:43:45 +01:00
Dan
d28db96128
Add new errors
2021-01-03 20:56:47 +01:00
Dan
59ca3bcd35
Update Pyrogram to v1.1.8
2021-01-02 18:46:18 +01:00
Dan
a48d27f501
Always run crypto-related functions in the dedicated thread
2021-01-02 18:45:43 +01:00
Dan
7dda167c09
Update copyright notice
...
Year 2021
2021-01-01 22:58:48 +01:00
Dan
dbadfb2850
Update file_id tests
2021-01-01 22:55:51 +01:00
Dan
820fe2cbcd
Fix thumbnail downloads
2021-01-01 22:21:06 +01:00
Dan
38efceefb1
Update Pyrogram to v1.1.7
2020-12-27 21:08:47 +01:00
Dan
a8a9a1ac1f
Also print the exception type when logging query issues
...
Use "repr(e)" instead of "e" alone (i.e "str(e)") because sometimes
builtin exceptions have no message (for example: OSError, TimeoutError)
2020-12-27 21:08:01 +01:00
Dan
91ec6ebf1b
Merge branch 'develop' of https://github.com/pyrogram/pyrogram
...
Conflicts:
pyrogram/methods/chats/__init__.py
pyrogram/methods/chats/mark_chat_unread.py
2020-12-26 22:07:12 +01:00
Dan
c2c857b61b
Fix wrong usages of italic delimiters
2020-12-26 13:08:40 +01:00
Dan
a3464e0bf1
Update Pyrogram to v1.1.6
2020-12-25 15:23:09 +01:00
Dan
449b065fe9
Fix get_profile_photos returning a list of None
2020-12-25 15:22:37 +01:00
Dan
d4c07304d0
Allow copying bots' messages reply markups
...
Even though this often requires a user account to fetch other bots' messages
2020-12-25 12:42:27 +01:00
Dan
3d971fb577
Allow passing False instead of None for optional flag-boolean parameters
...
Previously, passing anything that was not None would result in the boolean
flag being set to True, even when passing False. This will make it simpler
to deal with optional flag-boolean values in the raw API.
2020-12-25 12:16:20 +01:00
Dan
4698f716ad
Update Pyrogram to v1.1.5
2020-12-25 00:06:09 +01:00
Dan
f764d245f5
Fix bad mime_type default value in case it doesn't exist
2020-12-25 00:05:49 +01:00
Dan
34f62b9c67
Update Pyrogram to v1.1.4
2020-12-24 19:46:52 +01:00
Dan
0d357fb5a9
Improve HTML parser
...
Closes #567
2020-12-24 19:35:41 +01:00
Kunoi Sayami
01a3aab482
Fix typing hint missing in forward_messages function ( #569 )
2020-12-24 19:18:46 +01:00
Dan
6e29283d04
Update Pyrogram to v1.1.3
2020-12-23 19:04:54 +01:00
Dan
ed79f73bd7
Rework and simplify message parsing
2020-12-23 19:04:28 +01:00
Dan
730243f451
Update Pyrogram to v1.1.2
2020-12-23 17:20:31 +01:00
Dan
4b77bbd468
Fix get_dialogs breaking in case of empty messages
2020-12-23 17:20:06 +01:00
Dan
19878ae633
Specify that dates are in unix time
2020-12-23 16:26:02 +01:00
Dan
d47a0133f1
Update Pyrogram to v1.1.1
2020-12-23 16:19:52 +01:00
Dan
df1a792cee
Exclude the tests folder from binary distributions
...
Also remove some unneeded package data
2020-12-23 16:19:02 +01:00
Dan
865f4274c3
Fix messages not having a reply-to-message when they actually do
2020-12-23 16:18:27 +01:00