Class SendVideoNote

    • Constructor Detail

      • SendVideoNote

        protected 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)
    • Method Detail

      • getInputFiles

        public java.util.List<InputFile> getInputFiles()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getVideoNote

        public InputFile getVideoNote()
      • getDuration

        public java.lang.Integer getDuration()
      • getLength

        public java.lang.Integer getLength()