MTPyroger/pyrogram/client/methods/messages
2019-07-09 19:03:15 +02:00
..
__init__.py Add edit_inline_* methods to deal with inline messages only 2019-06-14 04:52:05 +02:00
delete_messages.py Use more concise and cleaner description of a method and a type 2019-05-12 19:49:06 +02:00
download_media.py Small documentation fix 2019-07-09 19:03:15 +02:00
edit_inline_caption.py Update parse_mode parameter docstrings 2019-06-26 16:36:24 +02:00
edit_inline_media.py Fix some methods not working correctly with the new Text Parser 2019-07-02 00:01:18 +02:00
edit_inline_reply_markup.py Add edit_inline_* methods to deal with inline messages only 2019-06-14 04:52:05 +02:00
edit_inline_text.py Update parse_mode parameter docstrings 2019-06-26 16:36:24 +02:00
edit_message_caption.py Update parse_mode parameter docstrings 2019-06-26 16:36:24 +02:00
edit_message_media.py Fix some methods not working correctly with the new Text Parser 2019-07-02 00:01:18 +02:00
edit_message_reply_markup.py Add edit_inline_* methods to deal with inline messages only 2019-06-14 04:52:05 +02:00
edit_message_text.py Update parse_mode parameter docstrings 2019-06-26 16:36:24 +02:00
forward_messages.py Remove Messages type 2019-06-08 15:13:52 +02:00
get_history_count.py Improve get_history_count 2019-06-12 11:43:24 +02:00
get_history.py Remove Messages type 2019-06-08 15:13:52 +02:00
get_messages.py Remove Messages type 2019-06-08 15:13:52 +02:00
iter_history.py Remove Messages type 2019-06-08 15:13:52 +02:00
read_history.py Add read_history method 2019-06-04 19:16:30 +02:00
retract_vote.py Use more concise and cleaner description of a method and a type 2019-05-12 19:49:06 +02:00
send_animated_sticker.py Fix animated stickers media type. They are documents for now 2019-06-01 14:07:45 +02:00
send_animation.py Update parse_mode parameter docstrings 2019-06-26 16:36:24 +02:00
send_audio.py Update parse_mode parameter docstrings 2019-06-26 16:36:24 +02:00
send_cached_media.py Update parse_mode parameter docstrings 2019-06-26 16:36:24 +02:00
send_chat_action.py Update send_* methods (for file_ids) 2019-05-30 14:57:52 +02:00
send_contact.py Use more concise and cleaner description of a method and a type 2019-05-12 19:49:06 +02:00
send_document.py Fix self.parser not calling .parse for send_document 2019-06-28 16:31:32 +02:00
send_location.py Use more concise and cleaner description of a method and a type 2019-05-12 19:49:06 +02:00
send_media_group.py Fix some methods not working correctly with the new Text Parser 2019-07-02 00:01:18 +02:00
send_message.py Update parse_mode parameter docstrings 2019-06-26 16:36:24 +02:00
send_photo.py Update parse_mode parameter docstrings 2019-06-26 16:36:24 +02:00
send_poll.py Use more concise and cleaner description of a method and a type 2019-05-12 19:49:06 +02:00
send_sticker.py Refactor docstrings 2019-05-30 15:23:43 +02:00
send_venue.py Use more concise and cleaner description of a method and a type 2019-05-12 19:49:06 +02:00
send_video_note.py Fix tiny typo 2019-06-21 03:43:43 +02:00
send_video.py Update parse_mode parameter docstrings 2019-06-26 16:36:24 +02:00
send_voice.py Update parse_mode parameter docstrings 2019-06-26 16:36:24 +02:00
stop_poll.py Use more concise and cleaner description of a method and a type 2019-05-12 19:49:06 +02:00
vote_poll.py Use more concise and cleaner description of a method and a type 2019-05-12 19:49:06 +02:00