pyrofork/pyrogram/client
zeroone2numeral2 d5ca99dfff Allow to set audio thumbnail when using send_audio
With the Bot API 4.0 update (https://core.telegram.org/bots/api#july-26-2018), sendAudio allows bots to pass a thumbnail - making it possible for pyrogram to include a 'thumb' parameter in its convenience method 'send_audio'
2018-08-30 11:50:09 +02:00
..
dispatcher Add Handler to deleted messages update 2018-06-19 11:18:12 -03:00
ext Add extra attributes to User 2018-07-12 00:54:13 +02:00
filters Add reply_keyboard and inline_keyboard filters 2018-06-23 10:36:29 +02:00
handlers Hint about decorators on handlers' docstrings 2018-06-22 12:46:35 +02:00
methods Allow to set audio thumbnail when using send_audio 2018-08-30 11:50:09 +02:00
style Revert "Add Empty parse mode" 2018-05-31 13:03:20 +02:00
types Clean up MessageEntity comments 2018-07-14 00:43:28 +02:00
__init__.py Add Handler to deleted messages update 2018-06-19 11:18:12 -03:00
client.py Don't flush each chunk. Let python/os deal with it 2018-07-11 17:05:33 +02:00