Dan
|
18b581fb45
|
Update Pyrogram to v0.15.1
|
2019-07-02 00:03:14 +02:00 |
|
Dan
|
544cddfd1c
|
Update Pyrogram to v0.15.0
|
2019-07-01 13:44:16 +02:00 |
|
Dan
|
92625795ef
|
Update develop version
|
2019-06-11 20:50:36 +02:00 |
|
Dan
|
b46ffe1414
|
Update Pyrogram to v0.14.1
|
2019-06-07 18:53:45 +02:00 |
|
Dan
|
d95bbdf445
|
Update next develop version
|
2019-06-07 16:37:28 +02:00 |
|
Dan
|
571af6e0b9
|
Update Pyrogram to v0.14.0
|
2019-06-07 16:05:33 +02:00 |
|
Dan
|
16dbd8d8db
|
Update development version
|
2019-05-29 10:43:00 +02:00 |
|
Dan
|
bb246f9e60
|
Update Pyrogram to v0.13.0
|
2019-05-25 01:50:34 +02:00 |
|
Dan
|
518220431e
|
Docs revamp. Part 5
|
2019-05-18 01:45:01 +02:00 |
|
Dan
|
cec43bf568
|
Update develop version
|
2019-04-20 18:57:07 +02:00 |
|
Dan
|
afac7651e4
|
Update to v0.12.0
|
2019-04-14 12:45:06 +02:00 |
|
Ningmua Bruno
|
8023aa5d28
|
Attempting solution to why pyrogram breaks
|
2019-04-01 02:36:54 +01:00 |
|
Dan
|
b5c6db6db0
|
Refactor project and move errors namespace out from pyrogram.api
|
2019-03-25 11:23:45 +01:00 |
|
Dan
|
27666ec174
|
Small docs fixes
|
2019-03-22 12:14:31 +01:00 |
|
Dan
|
bc9f902376
|
Clean up inline-mode
|
2019-03-22 11:35:35 +01:00 |
|
Dan
|
acbbfabb27
|
Merge branch 'develop' into inline-mode
# Conflicts:
# compiler/api/compiler.py
# compiler/error/source/400_BAD_REQUEST.tsv
# pyrogram/__init__.py
# pyrogram/client/dispatcher/dispatcher.py
# pyrogram/client/ext/utils.py
# pyrogram/client/methods/bots/__init__.py
# pyrogram/client/types/__init__.py
|
2019-03-21 17:40:49 +01:00 |
|
Dan
|
36635625f3
|
Update develop version
|
2019-03-13 14:55:02 +01:00 |
|
Dan
|
ffa0da5800
|
Merge branch 'develop' into layer-95
# Conflicts:
# pyrogram/__init__.py
|
2019-03-01 18:38:27 +01:00 |
|
Dan
|
c05e008656
|
Monkey patch "typing" only for Python 3.5.0, 3.5.1 and 3.5.2
|
2019-02-07 16:27:17 +01:00 |
|
Dan
|
048858f545
|
Merge remote-tracking branch 'origin/develop' into develop
|
2019-02-07 13:23:03 +01:00 |
|
Dan
|
c1ca2d08ad
|
Vendor an updated (and working) typing module to fix <3.5.3 errors
Monkey patch from https://github.com/python/typing
|
2019-02-07 13:20:44 +01:00 |
|
Dan
|
0216df7fc3
|
Update develop version
|
2019-02-06 19:44:23 +01:00 |
|
Dan
|
5de2b67df5
|
Update Pyrogram to v0.11.0
|
2019-02-04 16:40:24 +01:00 |
|
Dan
|
c213118a74
|
Update develop version
|
2019-02-04 13:00:09 +01:00 |
|
Dan
|
a6dbed6dfb
|
Add a way to continue the update propagation within a group
Add continue_propagation() method and ContinuePropagation exception
Closes #212
|
2019-02-04 12:33:54 +01:00 |
|
Dan
|
1472b8236d
|
Add ChatPermissions type
|
2019-01-24 17:03:51 +01:00 |
|
Dan
|
36681c8c5b
|
Update dev version
|
2019-01-07 22:59:22 +01:00 |
|
Dan
|
dc737ab7bb
|
Add GameHighScore and GameHighScores types
|
2019-01-07 22:30:33 +01:00 |
|
Dan
|
7d061a1b5c
|
Add Game type
|
2019-01-05 23:11:39 +01:00 |
|
Dan
|
7cb1c99e28
|
Update copyright year
|
2019-01-05 18:29:48 +01:00 |
|
Dan
|
4493f78138
|
Update to v0.10.3
|
2019-01-03 08:59:39 +01:00 |
|
Dan
|
1960b00280
|
Add a way to stop iterating through handlers
Closes #125
|
2019-01-02 18:11:22 +01:00 |
|
Dan
|
4d7b1bafac
|
Update copyright year
|
2019-01-01 12:36:16 +01:00 |
|
Dan
|
4f04d4aee8
|
Update to v0.10.2
|
2018-12-31 17:21:18 +01:00 |
|
Dan
|
e5be7fcc90
|
Update to v0.10.1
|
2018-12-31 14:41:38 +01:00 |
|
Dan
|
0e62b3472a
|
Add get_chat_preview method and ChatPreview object
|
2018-12-28 14:26:00 +01:00 |
|
Dan
|
9fadbbd728
|
Update develop version
|
2018-12-28 00:37:20 +01:00 |
|
Dan
|
c833b3842a
|
Put PollOption back in a separate file, its docstrings must be visible
|
2018-12-24 14:19:21 +01:00 |
|
Dan
|
2b568afd2a
|
Refactor Poll.
Move PollAnswer into poll.py and rename it to PollOption
|
2018-12-23 17:00:50 +01:00 |
|
Dan
|
f8de518f6b
|
Update future version
|
2018-12-23 13:21:32 +01:00 |
|
Dan
|
1ef3bc758f
|
Export Poll and PollAnswer types
|
2018-12-22 23:54:42 +01:00 |
|
Dan
|
3ecbb35470
|
Delete Update
|
2018-12-16 15:26:56 +01:00 |
|
Dan
|
54e7539865
|
Update to v0.9.3
|
2018-11-13 20:34:33 +01:00 |
|
Dan
|
87fca98035
|
Update to v0.9.2
|
2018-11-13 13:16:31 +01:00 |
|
Dan
|
97e705f833
|
Make new types importable
|
2018-11-09 13:16:44 +01:00 |
|
Dan
|
8d50b86bc6
|
Merge branch 'develop' into inline-mode
# Conflicts:
# compiler/api/compiler.py
|
2018-11-09 08:52:26 +01:00 |
|
Dan
|
5532c12e56
|
Update dev version
|
2018-11-05 17:32:11 +01:00 |
|
Dan
|
e3a93b339c
|
Update to v0.9.1
|
2018-11-04 17:50:51 +01:00 |
|
Dan
|
106fc0f458
|
Update to v0.9.0
|
2018-11-03 14:35:26 +01:00 |
|
Dan
|
27d10b04c0
|
Update dev version
|
2018-11-02 10:23:41 +01:00 |
|
Dan
|
c94c79edac
|
Implement InlineQueryResultCachedAudio
|
2018-10-16 11:34:44 +02:00 |
|
Dan
|
797a0df087
|
Implement InlineQueryResultPhoto
|
2018-10-15 15:04:49 +02:00 |
|
Dan
|
0a057cc233
|
Expose new types and methods
|
2018-10-15 14:30:12 +02:00 |
|
Dan
|
a9fe0fffc6
|
Add InlineQuery type
|
2018-10-15 10:48:07 +02:00 |
|
Dan
|
d567b878b1
|
Expose UserStatusHandler and on_user_status
|
2018-10-15 10:17:00 +02:00 |
|
Dan
|
69c1532eae
|
Rename LastSeen to UserStatus
It will make more sense later on when I add UserStatus updates
handler.
|
2018-10-14 17:17:50 +02:00 |
|
Dan
|
465dcac630
|
Create LastSeen class
|
2018-10-14 17:08:49 +02:00 |
|
Dan
|
3fa738db9f
|
Update dev version
|
2018-10-02 12:07:54 +02:00 |
|
Dan
|
cc47897c68
|
Update to v0.8.0
|
2018-09-19 17:47:28 +02:00 |
|
Dan
|
77a1d58714
|
Normalize "0.8.0dev1" to "0.8.0.dev1"
|
2018-08-24 18:13:07 +02:00 |
|
Dan
|
c501eeb5a2
|
Update to v0.8.0dev1
There are a quite lot of changes it deserves a new "minor" update.
|
2018-08-21 21:23:19 +02:00 |
|
Dan
|
b1c12c3232
|
Rename GIF to Animation
|
2018-08-06 21:38:44 +02:00 |
|
Dan
|
92fdf79d54
|
Expose the new InputMedia types
|
2018-08-01 21:19:11 +02:00 |
|
Dan
|
9e4267dd2c
|
Move media types in their own folder
|
2018-07-08 08:58:10 +02:00 |
|
Dan
|
960280b996
|
Add new ChatMembers type
|
2018-07-08 08:39:36 +02:00 |
|
Dan
|
91cf2d1a8e
|
Make Dialog and Dialogs importable and printable
|
2018-07-04 21:05:00 +02:00 |
|
Dan
|
8bb4fdd67d
|
Update to v0.7.6dev1
|
2018-07-02 20:48:58 +02:00 |
|
Dan
|
bae7b4c851
|
Make Photo importable from the top level package
|
2018-06-28 20:02:31 +02:00 |
|
Dan
|
37aae4382e
|
Update to v0.7.5
|
2018-06-27 16:38:41 +02:00 |
|
Dan
|
04a86054b0
|
Update to dev version 0.7.5.dev5
|
2018-06-25 00:53:45 +02:00 |
|
Dan
|
66f91b1b63
|
Update dev version
|
2018-06-24 14:31:06 +02:00 |
|
Vitali
|
e6c6bd839c
|
Add Handler to deleted messages update
|
2018-06-19 11:18:12 -03:00 |
|
Dan
|
9001ccd11f
|
Add DisconnectHandler
|
2018-05-23 14:27:17 +02:00 |
|
Dan
|
49414799e2
|
Update dev version
|
2018-05-21 13:59:31 +02:00 |
|
Dan
|
963c4e9a7a
|
Update develop version
|
2018-05-14 00:52:26 +02:00 |
|
Dan
|
2398de716c
|
Update to v0.7.4
|
2018-05-13 09:40:34 +02:00 |
|
Dan
|
ef93fee7aa
|
Add new Messages object and make get_history return it
|
2018-05-11 18:00:16 +02:00 |
|
Dan
|
6b549ef077
|
Update to 0.7.4b1
|
2018-05-11 13:16:42 +02:00 |
|
Dan
|
84f9c2145c
|
Add support for GIF files
|
2018-05-11 11:56:27 +02:00 |
|
Dan
|
ee5cfa740a
|
Update develop version
|
2018-05-09 21:41:20 +02:00 |
|
Dan
|
7f27c43b30
|
Set develop version
|
2018-05-06 13:59:15 +02:00 |
|
Dan
|
c58db10e9f
|
Update to v0.7.3
|
2018-05-03 15:48:05 +02:00 |
|
Dan
|
074d98c209
|
Update to v0.7.2
|
2018-05-02 16:07:43 +02:00 |
|
Dan
|
9c7935702f
|
Add callback query support
|
2018-04-28 23:48:38 +02:00 |
|
Dan
|
f6b0e0e0dc
|
Initial support for Reply Markups
|
2018-04-27 19:04:16 +02:00 |
|
Dan
|
6e78935857
|
Accommodate the new types
|
2018-04-24 16:08:33 +02:00 |
|
Dan
|
797e102c3f
|
Update to v0.7.1
|
2018-04-18 17:20:17 +02:00 |
|
Dan
|
069dbb3e7a
|
Update to v0.7.0
|
2018-04-18 15:38:01 +02:00 |
|
Dan
|
fcc595c586
|
Update version
|
2018-04-16 13:28:19 +02:00 |
|
Dan
|
472ed8e355
|
Document the new features
|
2018-04-11 03:16:48 +02:00 |
|
Dan
|
b0a528cadf
|
Make Filters importable via the main package
|
2018-04-10 00:25:41 +02:00 |
|
Dan
|
1a7ab62ed9
|
Add handler for raw mtproto updates
|
2018-04-08 13:20:31 +02:00 |
|
Dan
|
ee2d66b416
|
Only keep MessageHandler
|
2018-04-07 23:34:28 +02:00 |
|
Dan
|
7bd52c3718
|
Add handlers to __init__ file
|
2018-04-06 18:37:54 +02:00 |
|
Dan
|
1fe2b11a0a
|
Update imports
|
2018-04-05 20:21:02 +02:00 |
|
Dan
|
66347a7140
|
Move pyrogram types import on the top
|
2018-04-05 00:19:13 +02:00 |
|
Dan
|
1d9bb22789
|
Merge branch 'master' into new-api
|
2018-03-28 12:58:48 +02:00 |
|
Dan
|
6f9c12bfe9
|
Update to v0.6.5
|
2018-03-27 12:56:28 +02:00 |
|
Dan
|
f28992ce90
|
Yet another fix for the encoding problems
|
2018-03-27 12:33:56 +02:00 |
|
Dan
|
26e102047e
|
Import pyrogram types
|
2018-03-26 15:16:27 +02:00 |
|