Instance Method

getReaction(_:from:then:)

Gets an array of users who used reaction from message

Declaration

func getReaction(_ reaction: String, from messageId: Snowflake, then completion: @escaping ([User]?, RequestError?) -> Void)

Parameters

reaction

Unicode or custom emoji to get

messageId

Message to get reaction users from