Uses of Class
org.telegram.telegrambots.meta.api.methods.send.SendVideo
-
Packages that use SendVideo Package Description org.telegram.telegrambots.meta.api.methods.send org.telegram.telegrambots.meta.bots -
-
Uses of SendVideo in org.telegram.telegrambots.meta.api.methods.send
Methods in org.telegram.telegrambots.meta.api.methods.send that return SendVideo Modifier and Type Method Description SendVideoSendVideo. disableNotification()SendVideoSendVideo. enableNotification()SendVideoSendVideo. setCaption(String caption)SendVideoSendVideo. setChatId(Long chatId)SendVideoSendVideo. setChatId(String chatId)SendVideoSendVideo. setDuration(Integer duration)SendVideoSendVideo. setHeight(Integer height)SendVideoSendVideo. setParseMode(String parseMode)SendVideoSendVideo. setReplyMarkup(ReplyKeyboard replyMarkup)SendVideoSendVideo. setReplyToMessageId(Integer replyToMessageId)SendVideoSendVideo. setSupportsStreaming(Boolean supportsStreaming)SendVideoSendVideo. setThumb(InputFile thumb)SendVideoSendVideo. setVideo(File file)SendVideoSendVideo. setVideo(String video)SendVideoSendVideo. setVideo(String videoName, InputStream inputStream)SendVideoSendVideo. setVideo(InputFile video)SendVideoSendVideo. setWidth(Integer width) -
Uses of SendVideo in org.telegram.telegrambots.meta.bots
Methods in org.telegram.telegrambots.meta.bots with parameters of type SendVideo Modifier and Type Method Description abstract MessageAbsSender. execute(SendVideo sendVideo)
-