Class SendMediaBotMethod<T extends Serializable>

Object
PartialBotApiMethod<T>
SendMediaBotMethod<T>
All Implemented Interfaces:
Validable
Direct Known Subclasses:
SendAnimation, SendAudio, SendDocument, SendPhoto, SendSticker, SendVideo, SendVideoNote, SendVoice

public abstract class SendMediaBotMethod<T extends Serializable> extends PartialBotApiMethod<T>
  • Field Details

  • Constructor Details

    • SendMediaBotMethod

      public SendMediaBotMethod()
  • Method Details

    • getChatId

      public abstract String getChatId()
    • getMessageThreadId

      public abstract Integer getMessageThreadId()
    • getReplyToMessageId

      public abstract Integer getReplyToMessageId()
    • getDisableNotification

      public abstract Boolean getDisableNotification()
    • getAllowSendingWithoutReply

      public abstract Boolean getAllowSendingWithoutReply()
    • getProtectContent

      public abstract Boolean getProtectContent()
    • getFile

      public abstract InputFile getFile()
    • getFileField

      public abstract String getFileField()
    • getReplyParameters

      public abstract ReplyParameters getReplyParameters()
    • getReplyMarkup

      public abstract ReplyKeyboard getReplyMarkup()