Investigate how Feishu API supports mentioning users in message sending. Look at the existing Feishu channel implementation in the codebase (likely in `app/.../feishu/`) to understand current message sending structure. Review related PRs or comments for guidance. Determine if '@' functionality requires a different message format or API endpoint. Provide a clear specification for implementing the feature.