diff --git a/crates/teloxide-core/src/types/update.rs b/crates/teloxide-core/src/types/update.rs index 82a77e78..de54208a 100644 --- a/crates/teloxide-core/src/types/update.rs +++ b/crates/teloxide-core/src/types/update.rs @@ -29,8 +29,6 @@ pub struct Update { } impl Update { - // FIXME: add mentioned_users -> impl Iterator<&User> - /// Returns the user that performed the action that caused this update, if /// known. ///