mirror of
https://github.com/TheFunny/TelegramTwitterMediaBot.git
synced 2026-09-25 23:52:04 +00:00
Two thirds of media_sender.rs was cfg(test)-only scaffolding (MockSender and the fake_api), which made the trait's own surface hard to find. The module becomes media_sender/mod.rs (trait + the Bot impl, 260 lines) plus media_sender/test_support.rs (445); the path crate::media_sender::test_support is unchanged, so no caller moved.