public class SendVenue extends java.lang.Object implements TelegramMethod<VenueMessage>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NAME |
| Constructor and Description |
|---|
SendVenue() |
| Modifier and Type | Method and Description |
|---|---|
SendVenue |
address(java.lang.String address) |
SendVenue |
chat(Chat chat) |
SendVenue |
chat(java.lang.Long chatId) |
SendVenue |
chat(java.lang.String chatUsername) |
SendVenue |
disableNotification() |
SendVenue |
disableNotification(java.lang.Boolean disableNotification) |
SendVenue |
foursquareId(java.lang.String foursquareId) |
SendVenue |
foursquareType(java.lang.String foursquareType) |
java.lang.String |
getName()
Returns the name of the method.
|
java.util.Map<java.lang.String,java.lang.Object> |
getParameters()
Return the parameters of the method.
|
java.lang.Class<? extends VenueMessage> |
getReturnType()
Returns the return type of the method.
|
SendVenue |
latitude(java.lang.Float latitude) |
SendVenue |
location(Location location) |
SendVenue |
longitude(java.lang.Float longitude) |
SendVenue |
replyMarkup(ReplyMarkup replyMarkup) |
SendVenue |
replyToMessage(java.lang.Long replyToMessageId) |
SendVenue |
replyToMessage(Message message) |
SendVenue |
title(java.lang.String title) |
SendVenue |
venue(Venue venue) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFilespublic static final java.lang.String NAME
public SendVenue chat(java.lang.String chatUsername)
public SendVenue chat(java.lang.Long chatId)
public SendVenue disableNotification(java.lang.Boolean disableNotification)
public SendVenue disableNotification()
public SendVenue replyToMessage(java.lang.Long replyToMessageId)
public SendVenue replyMarkup(ReplyMarkup replyMarkup)
public SendVenue latitude(java.lang.Float latitude)
public SendVenue longitude(java.lang.Float longitude)
public SendVenue title(java.lang.String title)
public SendVenue address(java.lang.String address)
public SendVenue foursquareId(java.lang.String foursquareId)
public SendVenue foursquareType(java.lang.String foursquareType)
public java.lang.String getName()
TelegramMethodgetName in interface TelegramMethod<VenueMessage>public java.util.Map<java.lang.String,java.lang.Object> getParameters()
TelegramMethodgetParameters in interface TelegramMethod<VenueMessage>public java.lang.Class<? extends VenueMessage> getReturnType()
TelegramMethodgetReturnType in interface TelegramMethod<VenueMessage>