MTPyroger/pyrogram/client/methods/messages
2020-07-09 00:00:08 +02:00
..
__init__.py Add search_global method 2020-05-23 14:50:14 +02:00
delete_messages.py Update Copyright 2020-03-21 15:43:32 +01:00
download_media.py Add support for downloading files to file pointer, fix for https://github.com/pyrogram/pyrogram/issues/284 2020-07-08 23:59:02 +02:00
edit_inline_caption.py Update Copyright 2020-03-21 15:43:32 +01:00
edit_inline_media.py Update Copyright 2020-03-21 15:43:32 +01:00
edit_inline_reply_markup.py Update Copyright 2020-03-21 15:43:32 +01:00
edit_inline_text.py Update Copyright 2020-03-21 15:43:32 +01:00
edit_message_caption.py Update Copyright 2020-03-21 15:43:32 +01:00
edit_message_media.py Pass the required file_reference when editing media messages 2020-04-06 16:09:35 +02:00
edit_message_reply_markup.py Update Copyright 2020-03-21 15:43:32 +01:00
edit_message_text.py Update Copyright 2020-03-21 15:43:32 +01:00
forward_messages.py Fix scheduled forward messages not being parsed correctly 2020-04-23 13:02:55 +02:00
get_history_count.py Update Copyright 2020-03-21 15:43:32 +01:00
get_history.py Add an automatic sleep mechanism for flood wait exceptions 2020-05-07 12:53:45 +02:00
get_messages.py Add an automatic sleep mechanism for flood wait exceptions 2020-05-07 12:53:45 +02:00
iter_history.py Update Copyright 2020-03-21 15:43:32 +01:00
read_history.py Update Copyright 2020-03-21 15:43:32 +01:00
retract_vote.py Update Copyright 2020-03-21 15:43:32 +01:00
search_global.py Add search_global method 2020-05-23 14:50:14 +02:00
search_messages.py Add search_messages method 2020-04-10 13:37:11 +02:00
send_animated_sticker.py Add support for uploading from file pointers, fixes https://github.com/pyrogram/pyrogram/issues/261 2020-07-09 00:00:08 +02:00
send_animation.py Add support for uploading from file pointers, fixes https://github.com/pyrogram/pyrogram/issues/261 2020-07-09 00:00:08 +02:00
send_audio.py Add support for uploading from file pointers, fixes https://github.com/pyrogram/pyrogram/issues/261 2020-07-09 00:00:08 +02:00
send_cached_media.py Fix wrong reported type 2020-04-01 20:07:22 +02:00
send_chat_action.py Update Copyright 2020-03-21 15:43:32 +01:00
send_contact.py Update Copyright 2020-03-21 15:43:32 +01:00
send_dice.py Update send_dice: add basketball "dice" 2020-05-23 13:43:25 +02:00
send_document.py Annotate file-like objects in docstring of send_document 2020-07-09 00:00:08 +02:00
send_location.py Update Copyright 2020-03-21 15:43:32 +01:00
send_media_group.py Add an automatic sleep mechanism for flood wait exceptions 2020-05-07 12:53:45 +02:00
send_message.py Fix message entities being kept unparsed for private messages 2020-04-12 13:30:59 +02:00
send_photo.py Add support for uploading from file pointers, fixes https://github.com/pyrogram/pyrogram/issues/261 2020-07-09 00:00:08 +02:00
send_poll.py Fix RPCError 400 QUIZ_CORRECT_ANSWER_EMPTY (#367) 2020-03-21 16:03:29 +01:00
send_sticker.py Add support for uploading from file pointers, fixes https://github.com/pyrogram/pyrogram/issues/261 2020-07-09 00:00:08 +02:00
send_venue.py Update Copyright 2020-03-21 15:43:32 +01:00
send_video_note.py Add support for uploading from file pointers, fixes https://github.com/pyrogram/pyrogram/issues/261 2020-07-09 00:00:08 +02:00
send_video.py Add support for uploading from file pointers, fixes https://github.com/pyrogram/pyrogram/issues/261 2020-07-09 00:00:08 +02:00
send_voice.py Add support for uploading from file pointers, fixes https://github.com/pyrogram/pyrogram/issues/261 2020-07-09 00:00:08 +02:00
stop_poll.py Update Copyright 2020-03-21 15:43:32 +01:00
vote_poll.py Update Copyright 2020-03-21 15:43:32 +01:00