You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Message::reaction_users currently only allows fetching users that added a normal reaction to a message.
That is because the API method that returns those users has gotten an additional parameter since. By default, it returns users that added normal reactions.
A new method to query users that added a super reaction should be added, to parallel Message::react and Message::super_react for adding one.
The text was updated successfully, but these errors were encountered:
Message::reaction_users
currently only allows fetching users that added a normal reaction to a message.That is because the API method that returns those users has gotten an additional parameter since. By default, it returns users that added normal reactions.
A new method to query users that added a super reaction should be added, to parallel
Message::react
andMessage::super_react
for adding one.The text was updated successfully, but these errors were encountered: