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. setChatId(Long chatId)SendPollSendPoll. setChatId(String chatId)SendPollSendPoll. setOptions(List<String> options)SendPollSendPoll. setQuestion(String question)SendPollSendPoll. setReplyMarkup(ReplyKeyboard replyMarkup)SendPollSendPoll. setReplyToMessageId(Integer replyToMessageId)
-