Skip to content

Tags: NotAFile/Telethon

Tags

v1.10.8

Toggle v1.10.8's commit message
Fix get_edit not always returning awaitable, bump v1.10.8

v1.10.7

Toggle v1.10.7's commit message
Document some errors, bump v1.10.7

v1.10.6

Toggle v1.10.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump to v1.10.6

v1.10.5

Toggle v1.10.5's commit message
Make allow_cache do nothing for now, bump v1.10.5 (LonamiWebs#1272)

v1.10.4

Toggle v1.10.4's commit message
Remove another debug print, bump v1.10.4

v1.10.3

Toggle v1.10.3's commit message
Fix handling of ChannelForbidden in input peer, bump v1.10.3

v1.10.2

Toggle v1.10.2's commit message
Don't cache entities with min flag set, bump v1.10.2

Since layer 102, there are two access_hash. One with the min flag,
and one without it. This was causing channel invalid errors.

access_hash with min flag set can only be used to fetch files such
as profile pictures.

access_hash with min flag unset can be used under all circumstances.

Previously, the library did not distinguish between these, so it was
caching the hash that could hardly be used for anything.

With this change, only the "full" access_hash is stored, which will
work for any methods.

See also: https://core.telegram.org/api/min

v1.10.1

Toggle v1.10.1's commit message
Fix events.Album and minor docs nit, bump to v1.10.1

v1.10.0

Toggle v1.10.0's commit message
Update to v1.10

v1.9.0

Toggle v1.9.0's commit message
Update to v1.9.0