public static class SendablePhotoMessage.SendablePhotoMessageBuilder extends Object
| Modifier and Type | Method and Description |
|---|---|
SendablePhotoMessage |
build() |
SendablePhotoMessage.SendablePhotoMessageBuilder |
caption(String caption) |
SendablePhotoMessage.SendablePhotoMessageBuilder |
disableNotification(boolean disableNotification) |
SendablePhotoMessage.SendablePhotoMessageBuilder |
photo(InputFile photo) |
SendablePhotoMessage.SendablePhotoMessageBuilder |
replyMarkup(ReplyMarkup replyMarkup) |
SendablePhotoMessage.SendablePhotoMessageBuilder |
replyTo(int replyTo) |
SendablePhotoMessage.SendablePhotoMessageBuilder |
replyTo(Message replyTo) |
String |
toString() |
public SendablePhotoMessage.SendablePhotoMessageBuilder photo(InputFile photo)
public SendablePhotoMessage.SendablePhotoMessageBuilder caption(String caption)
public SendablePhotoMessage.SendablePhotoMessageBuilder replyTo(Message replyTo)
public SendablePhotoMessage.SendablePhotoMessageBuilder replyTo(int replyTo)
public SendablePhotoMessage.SendablePhotoMessageBuilder replyMarkup(ReplyMarkup replyMarkup)
public SendablePhotoMessage.SendablePhotoMessageBuilder disableNotification(boolean disableNotification)
public SendablePhotoMessage build()
public String toString()
Copyright © 2016. All rights reserved.