Class AbstractSendRequest<T extends AbstractSendRequest<T>>

    • Constructor Detail

      • AbstractSendRequest

        public AbstractSendRequest​(java.lang.Object chatId)
    • Method Detail

      • disableNotification

        public T disableNotification​(boolean disableNotification)
      • replyToMessageId

        public T replyToMessageId​(int replyToMessageId)
      • allowSendingWithoutReply

        public T allowSendingWithoutReply​(boolean allowSendingWithoutReply)
      • replyMarkup

        public T replyMarkup​(Keyboard replyMarkup)
      • protectContent

        public T protectContent​(boolean protectContent)