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(long replyTo) |
SendablePhotoMessage.SendablePhotoMessageBuilder |
replyTo(Message replyTo) |
public SendablePhotoMessage.SendablePhotoMessageBuilder photo(InputFile photo)
public SendablePhotoMessage.SendablePhotoMessageBuilder caption(String caption)
public SendablePhotoMessage.SendablePhotoMessageBuilder replyTo(Message replyTo)
public SendablePhotoMessage.SendablePhotoMessageBuilder replyTo(long replyTo)
public SendablePhotoMessage.SendablePhotoMessageBuilder replyMarkup(ReplyMarkup replyMarkup)
public SendablePhotoMessage.SendablePhotoMessageBuilder disableNotification(boolean disableNotification)
public SendablePhotoMessage build()
Copyright © 2016. All rights reserved.