You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add caching and improve (fixes some bugs) (#16)
* Enhance caching logic for chat member retrieval
- Implemented TTLCache for storing chat members with a 30-minute expiration.
- Utilized caching to reduce API calls and improve performance.
* improved code with reduced duplication
* bump version