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