| Package | Description |
|---|---|
| pro.zackpollard.telegrambot.api.chat.message.send |
| Modifier and Type | Method and Description |
|---|---|
static SendablePhotoMessage.SendablePhotoMessageBuilder |
SendablePhotoMessage.builder()
This builder will allow you to progressively construct this object.
|
SendablePhotoMessage.SendablePhotoMessageBuilder |
SendablePhotoMessage.SendablePhotoMessageBuilder.caption(String caption)
*Optional*
Sets the caption that you want to send with the Message
|
SendablePhotoMessage.SendablePhotoMessageBuilder |
SendablePhotoMessage.SendablePhotoMessageBuilder.disableNotification(boolean disableNotification)
*Optional*
Sets whether or not to disable any notification this message might usually cause.
|
SendablePhotoMessage.SendablePhotoMessageBuilder |
SendablePhotoMessage.SendablePhotoMessageBuilder.photo(InputFile photo)
*Required*
Sets the photo InputFile to be sent
|
SendablePhotoMessage.SendablePhotoMessageBuilder |
SendablePhotoMessage.SendablePhotoMessageBuilder.replyMarkup(ReplyMarkup replyMarkup)
*Optional*
Sets the ReplyMarkup that you want to send with the message
|
SendablePhotoMessage.SendablePhotoMessageBuilder |
SendablePhotoMessage.SendablePhotoMessageBuilder.replyTo(long replyTo)
*Optional*
Sets the ID of the message you want to reply to
|
SendablePhotoMessage.SendablePhotoMessageBuilder |
SendablePhotoMessage.SendablePhotoMessageBuilder.replyTo(Message replyTo)
*Optional*
Sets the Message object that you want to reply to
|
Copyright © 2017. All rights reserved.