Lonami

Results 704 comments of Lonami

PRs are accepted and welcome. Forums are technically supported through `.invoke`, but a friendly way of using them is missing. However keep in mind that I have absolutely no idea...

AFAIK topic messages aren't really different from others. You may try using the raw API to confirm whether it's a bug in the implementation of the library, or something with...

My original desire was indeed to be as runtime-agnostic as possible. That conflicted a bit with the little time I have and other desire to make it work at all...

Just a remark but, any changes should aim to make the code runtime-agnostic, not explicitly add support (and the required maintenance) of two separate runtimes. I already had a recent...

> shim buffer to be introduced, and hence runtime overhead I'd be OK with this. Top performance is not my top priority for grammers (it might be for others, but...

You likely need to pass the media attributes yourself. Though the v1 code for albums is a bit of a mess, so I don't know how well that'll work, and...

AFAIK 2FA has not changed in a long time. I was not the one to implement it, and I never fully understood it, so I can't really make changes to...

Small group chats do not need an access hash to be interacted with. What kind is `message.peer_ref().id.kind()`? If it says `Channel`, that would probably be the problem.

Thanks. That does imply replies should just work. Unless somehow the chat has been migrated to a megagroup channel, in which case the old chat is read-only. But that would...

That's the `dbg!()` of the response, not the request. I would be interested in the request, to confirm that it is using `InputPeer::Chat`. I haven't used either of those libraries,...