Uses of Class
org.telegram.telegrambots.meta.api.methods.polls.SendPoll
-
Packages that use SendPoll Package Description org.telegram.telegrambots.meta.api.methods.polls -
-
Uses of SendPoll in org.telegram.telegrambots.meta.api.methods.polls
Methods in org.telegram.telegrambots.meta.api.methods.polls that return SendPoll Modifier and Type Method Description SendPollSendPoll. disableNotification()SendPollSendPoll. enableNotification()SendPollSendPoll. setAllowMultipleAnswers(Boolean allowMultipleAnswers)SendPollSendPoll. setAnonymous(Boolean anonymous)SendPollSendPoll. setChatId(Long chatId)SendPollSendPoll. setChatId(String chatId)SendPollSendPoll. setClosed(Boolean closed)SendPollSendPoll. setCorrectOptionId(Integer correctOptionId)SendPollSendPoll. setOptions(List<String> options)SendPollSendPoll. setQuestion(String question)SendPollSendPoll. setReplyMarkup(ReplyKeyboard replyMarkup)SendPollSendPoll. setReplyToMessageId(Integer replyToMessageId)SendPollSendPoll. setType(String type)
-