MTPyroger/pyrogram/client/methods/messages
2018-12-27 23:55:56 +01:00
..
__init__.py Add retract_vote method 2018-12-23 17:00:51 +01:00
delete_messages.py Type hint all methods return values 2018-12-19 15:59:15 +01:00
edit_message_caption.py Type hint all methods return values 2018-12-19 15:59:15 +01:00
edit_message_media.py Add missing file_reference argument where applicable 2018-12-23 00:55:00 +01:00
edit_message_reply_markup.py Type hint all methods return values 2018-12-19 15:59:15 +01:00
edit_message_text.py Type hint all methods return values 2018-12-19 15:59:15 +01:00
forward_messages.py Type hint all methods return values 2018-12-19 15:59:15 +01:00
get_history.py Rename downwards to reversed 2018-12-27 23:55:56 +01:00
get_messages.py Type hint all methods return values 2018-12-19 15:59:15 +01:00
retract_vote.py Document retract_vote 2018-12-23 17:06:34 +01:00
send_animation.py Add missing file_reference argument where applicable 2018-12-23 00:55:00 +01:00
send_audio.py Add missing file_reference argument where applicable 2018-12-23 00:55:00 +01:00
send_chat_action.py Type hint all the remaining method parameters 2018-12-19 14:50:23 +01:00
send_contact.py Type hint all methods return values 2018-12-19 15:59:15 +01:00
send_document.py Add missing file_reference argument where applicable 2018-12-23 00:55:00 +01:00
send_location.py Type hint all methods return values 2018-12-19 15:59:15 +01:00
send_media_group.py Add missing file_reference argument where applicable 2018-12-23 00:55:00 +01:00
send_message.py Type hint all methods return values 2018-12-19 15:59:15 +01:00
send_photo.py Add missing file_reference argument where applicable 2018-12-23 00:55:00 +01:00
send_poll.py Document send_poll method 2018-12-23 17:00:51 +01:00
send_sticker.py Add missing file_reference argument where applicable 2018-12-23 00:55:00 +01:00
send_venue.py Type hint all methods return values 2018-12-19 15:59:15 +01:00
send_video_note.py Add missing file_reference argument where applicable 2018-12-23 00:55:00 +01:00
send_video.py Add missing file_reference argument where applicable 2018-12-23 00:55:00 +01:00
send_voice.py Add missing file_reference argument where applicable 2018-12-23 00:55:00 +01:00
vote_poll.py Fix poll docstrings and vote_poll wrong attribute access 2018-12-24 14:32:53 +01:00