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
refactor: standardize channel ID naming convention across Telegram bot files
- Updated the `channel_id` field to `channelId` in the TelegramGroup interface and SQL queries for consistency.
- Adjusted related functions in the ban, pin, and unban command files to reflect the new naming convention.
- Ensured all database interactions use the updated field name for improved clarity and maintainability.
0 commit comments