thedemons / opentele

A Python Telegram API Library for converting between tdata and telethon sessions, with built-in official Telegram APIs.
https://opentele.readthedocs.io/
MIT License
306 stars 99 forks source link

(Fixed) problem with comparator two APIData classes and its inheritors #95

Closed staseek closed 12 months ago

staseek commented 1 year ago

This construction not correctly work with APIData inhertitors. Fixed it. This fix should close #58. My test tdata with few accounts in it works fine after fix.

thedemons commented 12 months ago

Hello, thanks a lot for the contribution! And sorry for the extremely late response. Merging.