public static class SendableVoiceMessage.SendableVoiceMessageBuilder extends Object
| Modifier and Type | Method and Description |
|---|---|
SendableVoiceMessage |
build() |
SendableVoiceMessage.SendableVoiceMessageBuilder |
caption(String caption) |
SendableVoiceMessage.SendableVoiceMessageBuilder |
disableNotification(boolean disableNotification) |
SendableVoiceMessage.SendableVoiceMessageBuilder |
duration(int duration) |
SendableVoiceMessage.SendableVoiceMessageBuilder |
replyMarkup(ReplyMarkup replyMarkup) |
SendableVoiceMessage.SendableVoiceMessageBuilder |
replyTo(long replyTo) |
SendableVoiceMessage.SendableVoiceMessageBuilder |
replyTo(Message replyTo) |
SendableVoiceMessage.SendableVoiceMessageBuilder |
voice(InputFile voice) |
public SendableVoiceMessage.SendableVoiceMessageBuilder voice(InputFile voice)
public SendableVoiceMessage.SendableVoiceMessageBuilder duration(int duration)
public SendableVoiceMessage.SendableVoiceMessageBuilder replyTo(Message replyTo)
public SendableVoiceMessage.SendableVoiceMessageBuilder replyTo(long replyTo)
public SendableVoiceMessage.SendableVoiceMessageBuilder replyMarkup(ReplyMarkup replyMarkup)
public SendableVoiceMessage.SendableVoiceMessageBuilder disableNotification(boolean disableNotification)
public SendableVoiceMessage.SendableVoiceMessageBuilder caption(String caption)
public SendableVoiceMessage build()
Copyright © 2016. All rights reserved.