MTPyroger/pyrogram/client/methods/messages
2019-01-11 14:13:23 +01:00
..
__init__.py Move get_game_high_scores method into bots folder 2019-01-07 22:35:17 +01:00
close_poll.py Add close_poll method 2019-01-05 14:44:10 +01:00
delete_messages.py Update copyright year 2019-01-01 12:36:16 +01:00
download_media.py Hint about the returned value in case of stopped downloads 2019-01-11 14:12:53 +01:00
edit_message_caption.py Update copyright year 2019-01-01 12:36:16 +01:00
edit_message_media.py Update copyright year 2019-01-01 12:36:16 +01:00
edit_message_reply_markup.py Update copyright year 2019-01-01 12:36:16 +01:00
edit_message_text.py Update copyright year 2019-01-01 12:36:16 +01:00
forward_messages.py Update copyright year 2019-01-01 12:36:16 +01:00
get_history.py Update get_history docstrings 2019-01-04 15:36:43 +01:00
get_messages.py Fix get_messages return type 2019-01-04 23:12:06 +01:00
iter_history.py Add iter_history method 2019-01-04 15:37:08 +01:00
retract_vote.py Update copyright year 2019-01-01 12:36:16 +01:00
send_animation.py Make all send_* methods dealing with files aware of StopTransmission 2019-01-11 14:13:23 +01:00
send_audio.py Make all send_* methods dealing with files aware of StopTransmission 2019-01-11 14:13:23 +01:00
send_chat_action.py Update copyright year 2019-01-01 12:36:16 +01:00
send_contact.py Update copyright year 2019-01-01 12:36:16 +01:00
send_document.py Make all send_* methods dealing with files aware of StopTransmission 2019-01-11 14:13:23 +01:00
send_location.py Update copyright year 2019-01-01 12:36:16 +01:00
send_media_group.py Update copyright year 2019-01-01 12:36:16 +01:00
send_message.py Fix bad behaviours for Python <3.6 2019-01-11 12:31:18 +01:00
send_photo.py Make all send_* methods dealing with files aware of StopTransmission 2019-01-11 14:13:23 +01:00
send_poll.py Update copyright year 2019-01-01 12:36:16 +01:00
send_sticker.py Make all send_* methods dealing with files aware of StopTransmission 2019-01-11 14:13:23 +01:00
send_venue.py Update copyright year 2019-01-01 12:36:16 +01:00
send_video_note.py Make all send_* methods dealing with files aware of StopTransmission 2019-01-11 14:13:23 +01:00
send_video.py Make all send_* methods dealing with files aware of StopTransmission 2019-01-11 14:13:23 +01:00
send_voice.py Make all send_* methods dealing with files aware of StopTransmission 2019-01-11 14:13:23 +01:00
vote_poll.py Update copyright year 2019-01-01 12:36:16 +01:00