feat: log presence, read receipts, group leaves, links, profiles, stories

This commit is contained in:
h
2026-05-29 22:13:59 +02:00
parent bfd16ab02c
commit bcb94b6474
31 changed files with 1298 additions and 19 deletions
@@ -0,0 +1,7 @@
from userbot.modules.profiles.parse import (
ProfileFields,
active_username,
snapshot_from_user,
)
__all__ = ["ProfileFields", "active_username", "snapshot_from_user"]