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