tests/gateway/test_telegram_reply_mode.py::TestReplyToModeConfig::test_default_mode_is_first tests/gateway/test_telegram_reply_mode.py::TestReplyToModeConfig::test_off_mode tests/gateway/test_telegram_reply_mode.py::TestReplyToModeConfig::test_first_mode tests/gateway/test_telegram_reply_mode.py::TestReplyToModeConfig::test_all_mode tests/gateway/test_telegram_reply_mode.py::TestReplyToModeConfig::test_invalid_mode_stored_as_is tests/gateway/test_telegram_reply_mode.py::TestReplyToModeConfig::test_none_mode_defaults_to_first tests/gateway/test_telegram_reply_mode.py::TestReplyToModeConfig::test_empty_string_mode_defaults_to_first tests/gateway/test_telegram_reply_mode.py::TestShouldThreadReply::test_no_reply_to_returns_false tests/gateway/test_telegram_reply_mode.py::TestShouldThreadReply::test_off_mode_never_threads tests/gateway/test_telegram_reply_mode.py::TestShouldThreadReply::test_first_mode_only_first_chunk tests/gateway/test_telegram_reply_mode.py::TestShouldThreadReply::test_all_mode_all_chunks tests/gateway/test_telegram_reply_mode.py::TestShouldThreadReply::test_invalid_mode_falls_back_to_first tests/gateway/test_telegram_reply_mode.py::TestSendWithReplyToMode::test_off_mode_no_reply_threading tests/gateway/test_telegram_reply_mode.py::TestSendWithReplyToMode::test_first_mode_only_first_chunk_threads tests/gateway/test_telegram_reply_mode.py::TestSendWithReplyToMode::test_all_mode_all_chunks_thread tests/gateway/test_telegram_reply_mode.py::TestSendWithReplyToMode::test_no_reply_to_param_no_threading tests/gateway/test_telegram_reply_mode.py::TestSendWithReplyToMode::test_single_chunk_respects_mode tests/gateway/test_telegram_reply_mode.py::TestConfigSerialization::test_to_dict_includes_reply_to_mode tests/gateway/test_telegram_reply_mode.py::TestConfigSerialization::test_from_dict_loads_reply_to_mode tests/gateway/test_telegram_reply_mode.py::TestConfigSerialization::test_from_dict_defaults_to_first tests/gateway/test_telegram_reply_mode.py::TestEnvVarOverride::test_env_var_sets_off_mode tests/gateway/test_telegram_reply_mode.py::TestEnvVarOverride::test_env_var_sets_all_mode tests/gateway/test_telegram_reply_mode.py::TestEnvVarOverride::test_env_var_case_insensitive tests/gateway/test_telegram_reply_mode.py::TestEnvVarOverride::test_env_var_invalid_value_ignored tests/gateway/test_telegram_reply_mode.py::TestEnvVarOverride::test_env_var_empty_value_ignored tests/gateway/test_telegram_reply_mode.py::TestTelegramYamlConfigLoading::test_top_level_reply_to_mode_off tests/gateway/test_telegram_reply_mode.py::TestTelegramYamlConfigLoading::test_top_level_reply_to_mode_all tests/gateway/test_telegram_reply_mode.py::TestTelegramYamlConfigLoading::test_extra_reply_to_mode_off tests/gateway/test_telegram_reply_mode.py::TestTelegramYamlConfigLoading::test_env_var_takes_precedence_over_yaml tests/gateway/test_telegram_reply_mode.py::TestTelegramYamlConfigLoading::test_top_level_takes_precedence_over_extra tests/gateway/test_telegram_reply_mode.py::TestDMTopicFallbackReplyToMode::test_reply_to_id_suppressed_when_off tests/gateway/test_telegram_reply_mode.py::TestDMTopicFallbackReplyToMode::test_reply_to_id_returned_when_first tests/gateway/test_telegram_reply_mode.py::TestDMTopicFallbackReplyToMode::test_reply_to_id_returned_when_all tests/gateway/test_telegram_reply_mode.py::TestDMTopicFallbackReplyToMode::test_reply_to_id_returned_when_no_mode tests/gateway/test_telegram_reply_mode.py::TestDMTopicFallbackReplyToMode::test_explicit_reply_to_overrides_mode tests/gateway/test_telegram_reply_mode.py::TestDMTopicFallbackReplyToMode::test_thread_kwargs_suppressed_reply_anchor_when_off tests/gateway/test_telegram_reply_mode.py::TestDMTopicFallbackReplyToMode::test_thread_kwargs_returns_full_when_first tests/gateway/test_telegram_reply_mode.py::TestDMTopicFallbackReplyToMode::test_thread_kwargs_no_mode_backward_compat tests/gateway/test_telegram_reply_mode.py::TestDMTopicFallbackReplyToMode::test_send_dm_topic_off_no_quote tests/gateway/test_telegram_reply_mode.py::TestDMTopicFallbackReplyToMode::test_send_dm_topic_first_still_quotes