e318562b16
⏭ Improve import speed
...
- By doing this can import required module on-the-fly
✨ Reformatted files
2022-01-19 23:22:43 +08:00
3c65090c4e
🐛 GzipPacked: Fix attr get
2022-01-19 23:20:26 +08:00
Dan
cb6cef37e6
Update copyright year
2022-01-07 12:21:24 +01:00
Dan
626a1bd938
Update copyright year
2022-01-07 10:23:45 +01:00
Dan
8c8288412f
Various improvements
2022-01-07 10:18:51 +01:00
Dan
80d0966691
Merge branch 'set-chat-protected-content'
2022-01-07 09:51:47 +01:00
Dan
ac3d2b8d7a
Rename methods and add proper docs
2022-01-05 12:50:44 +01:00
Fernando Werneck
b283bce262
Add No Forwards chat option ( #839 )
...
* Add No Forwards chat option
* Fix chat.py
2022-01-05 12:37:25 +01:00
Dan
0a29890da4
Merge branch 'layer-136'
2022-01-03 11:19:15 +01:00
Dan
f6625192d0
Add parameter protect_content to send_* methods
2022-01-03 11:12:24 +01:00
Dan
fb64e143b6
Add field Message.reactions
2021-12-30 13:46:44 +01:00
Dan
2799011c07
Add type Reaction
2021-12-30 13:46:07 +01:00
Dan
b0a9d28bda
Add field Chat.available_reactions
2021-12-30 13:43:44 +01:00
SUBIN
00c91120d8
Handle the case when default_send_as is None ( #842 )
...
* fix parsing send_as peer.
* Update chat.py
Co-authored-by: Dan <14043624+delivrance@users.noreply.github.com>
2021-12-30 11:06:37 +01:00
Dan
f7b9137a68
Add support for "spoiler" MessageEntity
2021-12-30 09:14:49 +01:00
Dan
9c67084170
Merge remote-tracking branch 'origin/master'
2021-12-24 16:29:35 +01:00
Udith Amasura
cc4a850134
Make bot_username optional for LoginUrl ( #817 )
...
* make bot username optional
* Update login_url.py
* Update login_url.py
Co-authored-by: Dan <14043624+delivrance@users.noreply.github.com>
2021-12-23 17:56:22 +01:00
Dan
9a2bc25bc7
Add support for "send_as" chats
...
- Add methods get_send_as_chats() and set_send_as_chat()
- Add field Chat.send_as_chat
2021-12-23 16:53:03 +01:00
Dan
a138b46668
Add Message/Chat.has_protected_content
2021-12-22 14:49:28 +01:00
Dan
2024b3c120
Rename kick(ed) occurrences to ban(ned)
2021-12-22 14:39:52 +01:00
Dan
a909dc12e7
Add support for user profile buttons
2021-12-22 14:36:02 +01:00
Dan
d103ae48fe
Add support for ChatJoinRequest events
2021-12-22 14:34:12 +01:00
Dan
8f8c85e8f3
Update ChatInviteLink
2021-12-22 14:13:44 +01:00
Dan
9b28a120e2
Fix megagroup attribute on ChatForbidden objects
2021-12-17 11:49:53 +01:00
Dan
bf9e186414
Also fetch peer_id user details
2021-12-09 20:12:13 +01:00
Dan
a73f990667
Improve parsing of Chat
2021-12-08 07:46:41 +01:00
Dan
8a08dcb92a
Update UserFull according to the new schema
2021-12-08 07:43:02 +01:00
Dan
439935b401
Fix wrong sender_chat
2021-12-07 22:39:56 +01:00
Dan
e2cce1b1e6
Check empty messages first of all
2021-12-07 20:29:46 +01:00
Dan
8d03850d03
Don't propagate errors when fetching missing user details
2021-12-07 20:22:29 +01:00
Dan
85ee6c3785
Fetch user details in case they are missing
2021-12-07 19:40:06 +01:00
Dan
f7db103071
Fix missing argument
2021-12-04 18:40:22 +01:00
Dan
6efd01937f
Fix issues with Python 3.10 ( #766 )
2021-10-06 17:12:49 +02:00
Gautam Kumar
9e9a944e86
Fix parameter name being in plural ( #724 )
2021-08-28 14:42:16 +02:00
餅喵
4d933b80f9
Fix TL schema naming conflicts ( #690 )
...
* Avoid variable conflicts with Telegram TL schema
* Fix game button with no data attached to button
* Update combinator.txt
* Update compiler.py
* Update tl_object.py
Co-authored-by: Dan <14043624+delivrance@users.noreply.github.com>
2021-08-28 10:01:12 +02:00
Dan
8845b976ab
Fix docs ( #699 ) ( #703 )
...
* Fix docs (#699 )
* typo fixing
* Update inline_query_result_video.py
* layer update 129 (commits)
* fixes
* Update main_api.tl
* Update main_api.tl
Co-authored-by: BelgenOp <76117511+BelgenOp@users.noreply.github.com>
2021-06-23 17:01:06 +02:00
Shrimadhav U K
685b9328f8
Add missing parameters in reply_document ( #700 )
2021-06-22 10:40:13 +02:00
Dan
91e0a08945
Merge branch 'chat-permissions-others'
2021-06-01 13:58:28 +02:00
Dan
0ca8ab29ab
Merge branch 'in-memory-media-group'
2021-06-01 13:57:50 +02:00
Dan
523ed3e7cb
Add support for in-memory uploads in send_media_group ( #519 )
...
* Add support for in-memory uploads for send_media_group
* update input_media_photo docs
* update type hints
Co-authored-by: Dan <14043624+delivrance@users.noreply.github.com>
2021-06-01 13:57:31 +02:00
Dan
c9d0c5d75a
Sync chat permissions with official clients
2021-05-31 20:23:32 +02:00
Dan
6cb3e92838
Reword a note
2021-05-22 10:01:46 +02:00
Christy Roys
0d12d8c1bb
Add support for in-memory uploads in send_media_group ( #519 )
...
* Add support for in-memory uploads for send_media_group
* update input_media_photo docs
* update type hints
Co-authored-by: Dan <14043624+delivrance@users.noreply.github.com>
2021-05-22 10:00:23 +02:00
Dan
29701a3a55
Fix import errors
2021-05-12 09:27:39 +02:00
Dan
e2ef053949
Merge remote-tracking branch 'origin/master'
2021-05-12 09:11:57 +02:00
Dan
5fdb361487
Fixes for InlineQueryResult{Audio,Video}
2021-05-12 09:11:52 +02:00
LёNya
a56b1a3287
add InlineQueryResultVideo
2021-05-12 08:56:44 +02:00
Lorenzo Delmonte
1704420697
Fix wrongly passed positional arguments ( #603 )
...
Since CallbackQuery.edit_message_text takes 4 arguments and CallbackQuery.edit_message_caption only 3, the reply_markup ends up to be the disable_web_page_preview one. Resolve this by specifying the argument name
2021-05-12 08:52:28 +02:00
Alan
b4bdab1047
Add InlineQueryResultAudio ( #539 )
...
* Added audio support for inline query
* mime-type removed
* Update inline_query_result_audio.py
Co-authored-by: Dan <14043624+delivrance@users.noreply.github.com>
2021-05-12 08:47:41 +02:00
Leorio Paradinight
56e79c10f8
Fix captions being None when editing media message ( #617 )
...
* added missing doc string
* Fix for "None" for default caption
2021-05-12 08:28:21 +02:00