Kacper Ziubryniewicz
95989b6da7
Merge branch 'master' into extensible_attachments
2018-12-23 14:58:03 +01:00
Kacper Ziubryniewicz
22e57f99a1
deleted
attribute of Message
...
and batter handling of deleted (unsended) messages
2018-12-23 14:56:27 +01:00
Kacper Ziubryniewicz
b9d29c0417
Removed addReaction
, removeReaction
, _react
...
(and undeprecated `reactToMessage`)
2018-12-23 14:45:17 +01:00
Mads Marquart
2f8d0728ba
Merge pull request #366 from kaushalvivek/master
...
Fix for issue #365
2018-12-10 21:16:57 +01:00
kaushalvivek
13bfc5f2f9
Fix for search limit
2018-12-10 14:46:04 +05:30
Mads Marquart
f8d3b571ba
Version up, thanks to @ekohilas and @kapi2289
v1.4.2
2018-12-09 21:21:00 +01:00
Mads Marquart
64b1e52d4c
Merge pull request #357 from carpedm20/fixed-listening
...
Fixed listening
2018-12-09 19:23:33 +01:00
Mads Marquart
b650f7ee9a
Merge pull request #367 from carpedm20/fix-pytest-deprecation
...
Fix pytest "Applying marks directly to parameters" deprecation
2018-12-09 19:23:20 +01:00
Kacper Ziubryniewicz
d4446280c7
Detecting when someone unsends a message
2018-12-09 15:27:01 +01:00
Mads Marquart
3443a233f4
Fix pytest "Applying marks directly to parameters" deprecation
2018-12-09 15:02:48 +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
Vivek Kaushal
d32b7b612a
Fix for issue #365
2018-12-07 21:26:48 +05:30
Mads Marquart
160386be62
Added support for request_batch
parsing in _parseMessage
2018-11-09 20:08:26 +01:00
Mads Marquart
64bdde8f33
Sticky and pool parameters can be set after the inital _fetchSticky
2018-11-07 20:06:10 +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
Mads Marquart
89a277c354
Merge pull request #354 from ekohilas/master
...
separate spellchecked docs
2018-10-28 12:46:48 +01:00
Mads Marquart
8238387c7d
Merge pull request #353 from ekohilas/docstrings
...
completed todo for graphql_requests
2018-10-28 12:45:37 +01:00
ekohilas
6c829581af
completed todo for graphql_requests
2018-10-27 02:02:15 +11:00
ekohilas
d180650c1b
spellchecked docs
2018-10-25 18:18:19 +11:00
Mads Marquart
772bf5518f
Merge pull request #346 from kapi2289/remove_unnecessary
...
Remove unnecessary code
2018-10-07 16:50:31 +02:00
Kacper Ziubryniewicz
153dc0bdad
Remove unnecessary code
2018-10-07 16:27:19 +02: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
Mads Marquart
b4b8914448
Version up, thanks to @kapi2289
v1.4.1
2018-09-27 21:53:12 +02:00
Mads Marquart
2ea2c89b4a
Fixed markAsRead
and markAsUnread
, fixes #336
2018-09-27 21:44:04 +02:00
Mads Marquart
479ca59a6a
Merge pull request #341 from kapi2289/read_by
...
[Feature] New `read_by` attribute of `Message`
2018-09-27 20:56:13 +02:00
Mads Marquart
343f987a78
Merge pull request #340 from kapi2289/fix_fetch_thread_list
...
[Fix] `fetchThreadList` fix
2018-09-27 20:27:03 +02:00
Kacper Ziubryniewicz
bad9c7a4b9
read_by
handling
2018-09-24 20:33:43 +02:00
Kacper Ziubryniewicz
576e0949e0
New read_by
attribute in Message
2018-09-24 20:32:04 +02:00
Kacper Ziubryniewicz
d807648d2b
fetchThreadList
fix
2018-09-24 16:50:15 +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