Commit graph

23 commits

Author SHA1 Message Date
Nameless
c7b08b3efa
Chux0519/master (#211)
* patch td 1.6.0

* pathced for td 1.6.10

* Fix black formatting

* Fix type formatting

Co-authored-by: hexyoungs <chuxdesign@hotmail.com>
2021-04-19 11:03:55 +03:00
lightme16
f163e85880 add tg msg method 2020-10-10 17:07:32 +03:00
lightme16
40d56d4baa Show reply markup 2020-10-10 16:30:21 +03:00
Nameless
8ea4873780
Add ability to view and send animation (GIFs) (#157)
* Add ability to view and send animation (GIFs)

* Fix black formatting
2020-07-22 16:59:28 +08:00
Alex
7ceb4dcd9c
View polls (#110)
* poc

* refactor

* fix isort

* respond to comments

* use "closed" woring
2020-07-05 19:53:38 +08:00
Nameless
4460c5f94b
View animated stickers thumbnail (#106)
* Draft: adding lock to message update and using indexes for msgs

* Fix black formatting

* Rename msg_ids->msg_idx to better represent what variable contains

* Fix black formatting

* Check if msg_id in not_found

* Use lock in udpate_handler

* Add shortcut to jump to replied msg

* Open preview for animated sticker and show it's emoji

* Remove lock

* Show if sticker is animated
2020-07-03 10:27:47 +08:00
Nameless
7ec5742a17
Display caption (when doc sent with text) (#97) 2020-06-30 17:47:58 +03:00
Alexander Zveruk
55833054a9 add more strict types checks 2020-06-27 23:53:26 +03:00
Paul Nameless
62f6dfd326 Fix black formatting 2020-05-22 14:14:03 +08:00
Paul Nameless
b6c9916fcc Merge branch 'master' into forward 2020-05-22 14:03:49 +08:00
Paul Nameless
f304ed698f Fix invalid usage of content_type 2020-05-22 14:00:56 +08:00
Paul Nameless
797c9a82e0 Update forward property 2020-05-22 10:50:50 +08:00
Paul Nameless
a215b0bc65 Add forward msg functionality and multiple msgs selection 2020-05-21 21:55:57 +08:00
Alexander Zveruk
eb87e602ce add more status bar updates & check "can_be_edited" 2020-05-21 08:40:17 +03:00
Nameless
4641931ed9
Add support for openMessageContent and updateMessageContentOpened (#43)
* Add support for openMessageContent and updateMessageContentOpened

Co-authored-by: Alexander Zveruk <sanyazveruk@gmail.com>
2020-05-21 08:27:50 +03:00
Alexander Zveruk
96d23510cd fix bug with message update wrong type in model 2020-05-19 23:29:50 +03:00
Alexander Zveruk
70bb3bce8a Showing replies in msg view 2020-05-19 10:35:43 +03:00
Paul Nameless
77c3680032 Autodownload files 2020-05-09 20:17:11 +08:00
Paul Nameless
3d26774f7d Humanize size and duration fields 2020-05-09 15:36:08 +08:00
Paul Nameless
bceaafb2cd Fix invalid function call and download biggest available photo 2020-05-07 10:18:12 +08:00
Paul Nameless
5dbd7a843b Fix downloading voice msg and remove unnecessary sort operation 2020-05-07 10:14:34 +08:00
Paul Nameless
64f5092fed Keep current downloading files in separate dict 2020-05-06 16:19:47 +08:00
Paul Nameless
1ae791b2e4 Add download and open files support 2020-05-06 15:33:12 +08:00