Commit Graph

9 Commits

Author SHA1 Message Date
Noel Tautges
e80371b6d0
Add PathLike support to SQLiteSession (#3737) 2022-02-20 09:50:18 +01:00
Lonami Exo
c914a92dcf Start using the new Sender and Chat Getter interface 2022-02-17 12:40:38 +01:00
sandeep.n
4fae119a18
Fix StringSession usage of IPv6 (#3726) 2022-02-16 15:59:56 +01:00
Md Jisan
fedbfedfd5
Fix TypeError when loading StringSession (#3714) 2022-02-10 14:11:05 +01:00
Lonami Exo
9b4808a558 Remove PackedChat
In favour of using the session entity type consistently.
2022-02-08 11:31:24 +01:00
Lonami Exo
a16c397de4 Fix saving entity types in sqlite
ty is already a subclass of int.
2022-01-28 21:07:55 +01:00
Lonami Exo
f547a00da3 Persist session state and usage fixes
Catching up is now an option when creating the client.
2022-01-23 19:46:51 +01:00
Lonami Exo
be6508dc5d Use frozen dataclasses for session types
Now that 3.7 is the minimum version,
we can use dataclasses.
2022-01-09 13:01:16 +01:00
Lonami Exo
cfe47a0434 Correct privacy on sessions module 2021-09-19 18:24:16 +02:00