aboutsummaryrefslogtreecommitdiff
path: root/src/model/channel/group.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/model/channel/group.rs')
-rw-r--r--src/model/channel/group.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/model/channel/group.rs b/src/model/channel/group.rs
index 63efb90..8bb4e2c 100644
--- a/src/model/channel/group.rs
+++ b/src/model/channel/group.rs
@@ -229,11 +229,11 @@ impl Group {
/// Gets the list of [`User`]s who have reacted to a [`Message`] with a
/// certain [`Emoji`].
///
- /// Refer to [`Channel::get_reaction_users`] for more information.
+ /// Refer to [`Channel::reaction_users`] for more information.
///
/// **Note**: Requires the [Read Message History] permission.
///
- /// [`Channel::get_reaction_users`]: enum.Channel.html#variant.get_reaction_users
+ /// [`Channel::reaction_users`]: enum.Channel.html#method.reaction_users
/// [`Emoji`]: struct.Emoji.html
/// [`Message`]: struct.Message.html
/// [`User`]: struct.User.html