pyrofork/pyrogram/client
Eric Solinas ac591cf3c7 Add more Message convenience methods (#233)
* Added convenience methods
message.reply_animation
message.reply_audio
message.reply_cached_media
message.reply_chat_action
message.reply_contact
message.reply_document
message.reply_game
message.reply_inline_bot_result
message.reply_location
message.reply_media_group
message.reply_photo
message.reply_poll
message.reply_sticker
message.reply_venue
message.reply_video
message.reply_video_note
message.reply_voice
message.edit_caption
message.edit_media
message.edit_reply_markup
message.pin

fixed send_document docstrings while doing so
uniformed function declaration of send_poll

* Update style and small fixes
2019-03-20 15:44:20 +01:00
..
dispatcher Add a way to continue the update propagation within a group 2019-02-04 12:33:54 +01:00
ext Force keyword arguments for all TL types 2019-03-16 16:53:52 +01:00
filters Reword some filter docstrings to better explain their usages 2019-02-04 18:23:40 +01:00
handlers Move the check method into Handler superclass 2019-02-04 10:35:00 +01:00
methods Add more Message convenience methods (#233) 2019-03-20 15:44:20 +01:00
style Force keyword arguments for all TL types 2019-03-16 16:53:52 +01:00
types Add more Message convenience methods (#233) 2019-03-20 15:44:20 +01:00
__init__.py Update copyright year 2019-01-01 12:36:16 +01:00
client.py Show TOS on signup just once while program is running (#231) 2019-03-20 14:20:38 +01:00