diff --git a/src/state/handler.rs b/src/state/handler.rs index eaae1f5..6c1f897 100644 --- a/src/state/handler.rs +++ b/src/state/handler.rs @@ -28,7 +28,7 @@ impl MessageIds { bot: &Throttle, text: impl Into, markup: impl Into>, - parse_mode: impl Into> + Copy, + parse_mode: impl Into>, ) -> crate::Result<()> { let mut edit = bot.edit_message_text(self.0, self.1, text); edit.parse_mode = parse_mode.into();