diff options
Diffstat (limited to 'src/model/channel/group.rs')
| -rw-r--r-- | src/model/channel/group.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/model/channel/group.rs b/src/model/channel/group.rs index c1bc32a..25c4690 100644 --- a/src/model/channel/group.rs +++ b/src/model/channel/group.rs @@ -310,7 +310,7 @@ impl Group { /// Sends (a) file(s) along with optional message contents. /// - /// Refer to [`ChannelId::send_file`] for examples and more information. + /// Refer to [`ChannelId::send_files`] for examples and more information. /// /// The [Attach Files] and [Send Messages] permissions are required. /// @@ -322,7 +322,7 @@ impl Group { /// [`ClientError::MessageTooLong`] will be returned, containing the number /// of unicode code points over the limit. /// - /// [`ChannelId::send_file`]: struct.ChannelId.html#method.send_file + /// [`ChannelId::send_files`]: struct.ChannelId.html#method.send_files /// [`ClientError::MessageTooLong`]: ../client/enum.ClientError.html#variant.MessageTooLong /// [Attach Files]: permissions/constant.ATTACH_FILES.html /// [Send Messages]: permissions/constant.SEND_MESSAGES.html |