Class PollService

java.lang.Object
discord4j.rest.service.RestService
discord4j.rest.service.PollService

public class PollService extends RestService
  • Constructor Details

    • PollService

      public PollService(Router router)
  • Method Details

    • endPoll

      public Mono<discord4j.discordjson.json.MessageData> endPoll(long channelId, long messageId)
    • getPollVoters

      public Flux<discord4j.discordjson.json.UserData> getPollVoters(long channelId, long messageId, int answerId, Multimap<String,Object> queryParams)