public static class SendableVoiceMessage.SendableVoiceMessageBuilder extends Object
| Modifier and Type | Method and Description |
|---|---|
SendableVoiceMessage |
build() |
SendableVoiceMessage.SendableVoiceMessageBuilder |
disableNotification(boolean disableNotification) |
SendableVoiceMessage.SendableVoiceMessageBuilder |
duration(int duration) |
SendableVoiceMessage.SendableVoiceMessageBuilder |
replyMarkup(ReplyMarkup replyMarkup) |
SendableVoiceMessage.SendableVoiceMessageBuilder |
replyTo(int replyTo) |
SendableVoiceMessage.SendableVoiceMessageBuilder |
replyTo(Message replyTo) |
String |
toString() |
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(int replyTo)
public SendableVoiceMessage.SendableVoiceMessageBuilder replyMarkup(ReplyMarkup replyMarkup)
public SendableVoiceMessage.SendableVoiceMessageBuilder disableNotification(boolean disableNotification)
public SendableVoiceMessage build()
public String toString()
Copyright © 2016. All rights reserved.