MTPyroger/pyrogram/methods/messages
Alisson Lauffer 1dc4df8cb1
Improve typing hints (#537)
* Change type1 or type2 to Union[type1, type2]

* Address @KunoiSayami suggestions

* Change Union[type1, None] to Optional[type1]

* Update PR with latest commit changes

* Address Dan suggestions
2020-12-20 17:05:17 +01:00
..
__init__.py Add new method get_media_group (#550) 2020-12-20 17:02:54 +01:00
copy_message.py Improve typing hints (#537) 2020-12-20 17:05:17 +01:00
delete_messages.py
download_media.py Improve typing hints (#537) 2020-12-20 17:05:17 +01:00
edit_inline_caption.py Improve typing hints (#537) 2020-12-20 17:05:17 +01:00
edit_inline_media.py Add support for the new Bot API fields: file_id, file_unique_id 2020-11-27 22:09:17 +01:00
edit_inline_reply_markup.py Fix wrong imports in examples 2020-10-31 19:29:39 +01:00
edit_inline_text.py Improve typing hints (#537) 2020-12-20 17:05:17 +01:00
edit_message_caption.py Improve typing hints (#537) 2020-12-20 17:05:17 +01:00
edit_message_media.py Add support for the new Bot API fields: file_id, file_unique_id 2020-11-27 22:09:17 +01:00
edit_message_reply_markup.py Fix wrong imports in examples 2020-10-31 19:29:39 +01:00
edit_message_text.py Improve typing hints (#537) 2020-12-20 17:05:17 +01:00
forward_messages.py Remove as_copy from forward_messages (superseded by copy_message) 2020-12-05 01:37:11 +01:00
get_history_count.py
get_history.py Add sleep_threshold parameter to send() method 2020-08-26 09:01:01 +02:00
get_media_group.py Add new method get_media_group (#550) 2020-12-20 17:02:54 +01:00
get_messages.py Add sleep_threshold parameter to send() method 2020-08-26 09:01:01 +02:00
inline_session.py Actually fix inline callback queries coming from different DCs 2020-08-27 14:12:51 +02:00
iter_history.py
read_history.py
retract_vote.py
search_global.py Add sleep_threshold parameter to send() method 2020-08-26 09:01:01 +02:00
search_messages.py Add support for pinned messages in search_messages 2020-11-10 18:43:47 +01:00
send_animation.py Improve typing hints (#537) 2020-12-20 17:05:17 +01:00
send_audio.py Improve typing hints (#537) 2020-12-20 17:05:17 +01:00
send_cached_media.py Improve typing hints (#537) 2020-12-20 17:05:17 +01:00
send_chat_action.py Add "speaking" chat action 2020-12-08 22:30:37 +01:00
send_contact.py
send_dice.py Improve typing hints (#537) 2020-12-20 17:05:17 +01:00
send_document.py Improve typing hints (#537) 2020-12-20 17:05:17 +01:00
send_location.py
send_media_group.py Add schedule_date parameter to send_media_group() 2020-11-28 15:58:51 +01:00
send_message.py Improve typing hints (#537) 2020-12-20 17:05:17 +01:00
send_photo.py Improve typing hints (#537) 2020-12-20 17:05:17 +01:00
send_poll.py
send_sticker.py Improve typing hints (#537) 2020-12-20 17:05:17 +01:00
send_venue.py
send_video_note.py Improve typing hints (#537) 2020-12-20 17:05:17 +01:00
send_video.py Improve typing hints (#537) 2020-12-20 17:05:17 +01:00
send_voice.py Improve typing hints (#537) 2020-12-20 17:05:17 +01:00
stop_poll.py
vote_poll.py