Uses of Class
com.jtelegram.api.message.media.VideoNote
-
Packages that use VideoNote Package Description com.jtelegram.api.message.impl com.jtelegram.api.requests.message.send -
-
Uses of VideoNote in com.jtelegram.api.message.impl
Methods in com.jtelegram.api.message.impl that return VideoNote Modifier and Type Method Description VideoNote
VideoNoteMessage. getContent()
VideoNote
VideoNoteMessage. getVideoNote()
-
Uses of VideoNote in com.jtelegram.api.requests.message.send
Method parameters in com.jtelegram.api.requests.message.send with type arguments of type VideoNote Modifier and Type Method Description SendVideoNote.SendVideoNoteBuilder
SendVideoNote.SendVideoNoteBuilder. callback(java.util.function.Consumer<VideoNote> callback)
Constructor parameters in com.jtelegram.api.requests.message.send with type arguments of type VideoNote Constructor Description SendVideoNote(java.util.function.Consumer<VideoNote> callback, java.util.function.Consumer<TelegramException> errorHandler, ChatId chatId, java.lang.Integer replyToMessageId, java.lang.Boolean disableNotification, ReplyMarkup replyMarkup, InputFile videoNote, java.lang.Integer duration, java.lang.Integer length)
-