We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 324dff4 commit 3522b2aCopy full SHA for 3522b2a
src/receive_imf.rs
@@ -2138,8 +2138,7 @@ async fn create_group(
2138
/// Returns `Vec` of group changes messages and, optionally, a better message to replace the
2139
/// original system message.
2140
///
2141
-/// * `to_ids` - contents of the `To` header for chat messages
2142
-/// or combined `To` and `Cc` for non-chat messages
+/// * `to_ids` - contents of the `To` and `Cc` headers.
2143
/// * `is_partial_download` - whether the message is not fully downloaded.
2144
#[allow(clippy::too_many_arguments)]
2145
async fn apply_group_changes(
0 commit comments