teldrive/pkg/models
divyam234 616cf4ad4a
feat: Add Automatic Channel Rollover
- Implement channel rollover based on part count limits
- Auto-create channels and add bots as admins
- Add teldrive.kv key-value table
- Deduplicate bots and set (user_id, token) as primary key
2025-10-07 22:05:55 +05:30
..
bot.go feat: Add Automatic Channel Rollover 2025-10-07 22:05:55 +05:30
channel.go refactor: standardize field naming and improve cache key generation 2025-01-14 11:22:41 +01:00
event.go refactor: rename EventData to Source and expand event data model 2025-04-09 05:46:23 +02:00
file.go fix: update file parts update payload to include encryption flag 2025-06-22 11:43:12 +05:30
session.go fix: add session date as fingerprint 2024-06-12 13:22:38 +05:30
share.go refactor: standardize field naming and improve cache key generation 2025-01-14 11:22:41 +01:00
upload.go refactor: standardize field naming and improve cache key generation 2025-01-14 11:22:41 +01:00
user.go