Class SendAnimation

    • Constructor Detail

      • SendAnimation

        protected SendAnimation​(java.util.function.Consumer<AnimationMessage> callback,
                                java.util.function.Consumer<TelegramException> errorHandler,
                                ChatId chatId,
                                java.lang.Integer replyToMessageId,
                                java.lang.Boolean disableNotification,
                                ReplyMarkup replyMarkup,
                                InputFile animation,
                                LocalInputFile thumbnail,
                                java.lang.Long duration,
                                java.lang.Integer width,
                                java.lang.Integer height,
                                java.lang.String caption,
                                ParseMode parseMode)
    • Method Detail

      • getInputFiles

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

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

        public InputFile getAnimation()
      • getDuration

        public java.lang.Long getDuration()
      • getWidth

        public java.lang.Integer getWidth()
      • getHeight

        public java.lang.Integer getHeight()
      • getCaption

        public java.lang.String getCaption()
      • getParseMode

        public ParseMode getParseMode()