Kacper Ziubryniewicz
b9d29c0417
Removed addReaction
, removeReaction
, _react
...
(and undeprecated `reactToMessage`)
2018-12-23 14:45:17 +01:00
Kacper Ziubryniewicz
d4446280c7
Detecting when someone unsends a message
2018-12-09 15:27:01 +01:00
Kacper Ziubryniewicz
861f17bc4d
Added DeletedMessage attachment
2018-12-09 14:55:10 +01:00
Kacper Ziubryniewicz
41bbe18e3d
Unsending messages
2018-12-09 14:36:23 +01:00
Kacper Ziubryniewicz
8739318101
Sending voice clips
2018-10-30 22:24:47 +01:00
Kacper Ziubryniewicz
1ac569badd
Sending pinned or current location
2018-10-30 22:21:05 +01:00
Kacper Ziubryniewicz
b7ea8e6001
New sendLocation
method
2018-09-29 13:48:08 +02:00
Kacper Ziubryniewicz
b0bf5ba8e0
Update graphql.py
2018-09-29 13:42:11 +02:00
Kacper Ziubryniewicz
8169a5f776
Changed LocationAttachment
2018-09-29 13:40:38 +02:00
Kacper Ziubryniewicz
c6dc432d06
Move on
methods to the right place
2018-09-22 20:39:41 +02:00
Kacper Ziubryniewicz
9e8fe7bc1e
Fix Python 2.7 compability
2018-09-15 11:34:16 +02:00
Kacper Ziubryniewicz
90813c959d
Added get_url_parameters
util method
2018-09-15 11:21:35 +02:00
Kacper Ziubryniewicz
940a65954c
Read commit description
...
Added:
- Detecting extensible attachments
- Fetching live user location
- New methods for message reacting
- New `on` methods: `onReactionAdded`, `onReactionRemoved`, `onBlock`, `onUnblock`, `onLiveLocation`
- Fixed `size` of attachments
2018-09-12 17:52:38 +02:00
Kacper Ziubryniewicz
9b4e753a79
Added graphql methods for extensible attachments
2018-09-12 17:48:35 +02:00
Kacper Ziubryniewicz
e0be9029e4
Added extensible attachments models
2018-09-12 17:48:00 +02:00
Kacper Ziubryniewicz
0ae213c240
Merge pull request #1 from carpedm20/master
...
Merge `master`
2018-09-12 17:41:53 +02:00
Mads Marquart
08117e7a54
Fixed examples, see #332
...
The examples were using generator expressions instead of list comprehensions
2018-09-09 14:24:20 +02:00
Mads Marquart
51c3226070
Merge pull request #326 from kapi2289/merge_rooms
...
Merge `Room` with `Group`
2018-09-09 14:09:36 +02:00
Mads Marquart
5396d19d7d
Merge pull request #327 from kapi2289/fix_active
...
`markAlive` fix
2018-09-09 14:07:48 +02:00
Kacper Ziubryniewicz
11501e6899
Fix Room
model initialization
2018-09-03 15:05:11 +02:00
Kacper Ziubryniewicz
4eb49b9119
Backwards compability for Room
s
2018-08-31 13:25:37 +02:00
Kacper Ziubryniewicz
4c2da22750
markAlive
fix
2018-08-30 20:28:32 +02:00
Kacper Ziubryniewicz
753b9cbae2
Merge Room
with Group
methods
2018-08-30 19:57:47 +02:00
Kacper Ziubryniewicz
2c73cabe22
Merge Room
with Group
graphql methods
2018-08-30 19:57:12 +02:00
Kacper Ziubryniewicz
d6ca091b7b
Merge Room
with Group
model
2018-08-30 19:56:18 +02:00
Mads Marquart
f0e849e9c0
Version up, thanks to @kapi2289, @gave92, @ThatAlexanderA and @1ttric
v1.4.0
2018-08-30 00:08:27 +02:00
Mads Marquart
ddcbd6a790
Merge pull request #318 from kapi2289/master
...
Bunch of new methods, bunch of fixes, bunch of tests
2018-08-29 23:55:17 +02:00
Mads Marquart
28e3b6285e
Made mute
methods raise if they errored
2018-08-29 23:51:33 +02:00
Mads Marquart
348db90f7b
Fixes for Python 2.7 compatibility
2018-08-29 23:50:35 +02:00
Mads Marquart
0d780b9b80
Added tests for plans
2018-08-29 21:31:28 +02:00
Mads Marquart
8ab718becd
Added poll tests
2018-08-29 16:49:33 +02:00
Kacper Ziubryniewicz
1943c357fa
Message searching rebuild
...
Changed message searching methods to return generators and added `search`
2018-08-29 15:14:26 +02:00
Mads Marquart
3be0d8389b
Changed changeThreadImageX
to changeGroupImageX
2018-08-29 14:37:29 +02:00
Kacper Ziubryniewicz
d7d1c83276
MessageReactionFix is not needed anymore
2018-08-29 14:33:48 +02:00
Mads Marquart
8591e2ffd5
Fixed createGroup
implementation
2018-08-29 14:08:11 +02:00
Mads Marquart
c2225bf2fd
Added more tests
2018-08-29 14:07:44 +02:00
Mads Marquart
0617d7b49f
Fixed _usersApproval
, fixed changeThreadImage
methods, more tests
2018-08-29 12:17:16 +02:00
Mads Marquart
42b288ee98
Fixed onAdminRemoved
and onAdminAdded
, and added tests for that
2018-08-29 11:15:59 +02:00
Mads Marquart
ead7203e40
Added tests for fetchMessageInfo
2018-08-29 11:03:46 +02:00
Mads Marquart
bd2b947255
More test improvements
2018-08-29 10:14:18 +02:00
Mads Marquart
f367bd2d0d
Improved test setup
2018-08-29 10:12:10 +02:00
Kacper Ziubryniewicz
a8ce44b109
Added searching for messages in all threads
2018-08-27 19:37:49 +02:00
Kacper Ziubryniewicz
3b43d3f0bd
Few fixes
2018-08-27 14:08:19 +02:00
Kacper Ziubryniewicz
06da486140
Backwards compability for plans/event reminders
2018-08-24 21:56:31 +02:00
Kacper Ziubryniewicz
a24a7d5636
Small documentation fix
2018-08-23 21:10:47 +02:00
Mads Marquart
bc197fd665
Changed sendXFiles
to only needing file url / path
2018-08-23 20:38:55 +02:00
Kacper Ziubryniewicz
e35cc71cf4
Fix plan fetching from threads
2018-08-23 12:17:22 +02:00
Kacper Ziubryniewicz
7aa774b4ef
Update utils.py
2018-08-20 23:12:36 +02:00
Kacper Ziubryniewicz
9bb2de79fa
Update client.py
2018-08-20 23:12:10 +02:00
Kacper Ziubryniewicz
21246144ab
Update client.py
2018-08-20 17:09:18 +02:00