Uses of Class
org.telegram.telegrambots.meta.api.methods.send.SendDocument
-
Packages that use SendDocument Package Description org.telegram.telegrambots.meta.api.methods.send org.telegram.telegrambots.meta.bots -
-
Uses of SendDocument in org.telegram.telegrambots.meta.api.methods.send
Methods in org.telegram.telegrambots.meta.api.methods.send that return SendDocument Modifier and Type Method Description SendDocumentSendDocument. disableNotification()SendDocumentSendDocument. enableNotification()SendDocumentSendDocument. setCaption(String caption)SendDocumentSendDocument. setChatId(Long chatId)SendDocumentSendDocument. setChatId(String chatId)SendDocumentSendDocument. setDocument(File file)Use this method to set the document to a new fileSendDocumentSendDocument. setDocument(String document)Use this method to set the document to an document existing in Telegram systemSendDocumentSendDocument. setDocument(String documentName, InputStream inputStream)SendDocumentSendDocument. setDocument(InputFile document)SendDocumentSendDocument. setParseMode(String parseMode)SendDocumentSendDocument. setReplyMarkup(ReplyKeyboard replyMarkup)SendDocumentSendDocument. setReplyToMessageId(Integer replyToMessageId)SendDocumentSendDocument. setThumb(InputFile thumb) -
Uses of SendDocument in org.telegram.telegrambots.meta.bots
Methods in org.telegram.telegrambots.meta.bots with parameters of type SendDocument Modifier and Type Method Description abstract MessageAbsSender. execute(SendDocument sendDocument)
-