discordgo icon indicating copy to clipboard operation
discordgo copied to clipboard

Message.Reactions not working properly

Open colecrouter opened this issue 3 years ago • 0 comments

Message.Reactions only returns reactions received since the program started.

On the other hand, func (s *Session) MessageReactions(channelID, messageID, emojiID string, limit int, beforeID, afterID string) (st []*User, err error) fetches all reactions.

Also, the documentation implies the last two args are optional, but I can't get it to compile without them present. Also beforeID's type is not specified? Not sure if that's intentional?

colecrouter avatar Nov 10 '20 03:11 colecrouter