public class EditMessageLiveLocation extends java.lang.Object implements TelegramMethod<java.io.Serializable>
StopMessageLiveLocation.
On success, if the edited message was sent by the bot, the edited Message is returned,
otherwise True is returned.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NAME |
| Constructor and Description |
|---|
EditMessageLiveLocation() |
| Modifier and Type | Method and Description |
|---|---|
EditMessageLiveLocation |
callbackQuery(CallbackQuery callbackQuery) |
EditMessageLiveLocation |
chat(Chat chat) |
EditMessageLiveLocation |
chat(long chatId) |
EditMessageLiveLocation |
chat(java.lang.String chatUsername) |
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 java.io.Serializable> |
getReturnType()
Returns the return type of the method.
|
EditMessageLiveLocation |
inlineMessage(java.lang.String inlineMessageId) |
EditMessageLiveLocation |
latitude(java.lang.Float latitude) |
EditMessageLiveLocation |
location(Location location) |
EditMessageLiveLocation |
longitude(java.lang.Float longitude) |
EditMessageLiveLocation |
message(java.lang.Long messageId) |
EditMessageLiveLocation |
message(Message message) |
EditMessageLiveLocation |
replyMarkup(InlineKeyboardMarkup replyMarkup) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFilespublic static final java.lang.String NAME
public EditMessageLiveLocation chat(java.lang.String chatUsername)
public EditMessageLiveLocation chat(long chatId)
public EditMessageLiveLocation chat(Chat chat)
public EditMessageLiveLocation message(java.lang.Long messageId)
public EditMessageLiveLocation message(Message message)
public EditMessageLiveLocation inlineMessage(java.lang.String inlineMessageId)
public EditMessageLiveLocation callbackQuery(CallbackQuery callbackQuery)
public EditMessageLiveLocation latitude(java.lang.Float latitude)
public EditMessageLiveLocation longitude(java.lang.Float longitude)
public EditMessageLiveLocation location(Location location)
public EditMessageLiveLocation replyMarkup(InlineKeyboardMarkup replyMarkup)
public java.lang.String getName()
TelegramMethodgetName in interface TelegramMethod<java.io.Serializable>public java.util.Map<java.lang.String,java.lang.Object> getParameters()
TelegramMethodgetParameters in interface TelegramMethod<java.io.Serializable>public java.lang.Class<? extends java.io.Serializable> getReturnType()
TelegramMethodgetReturnType in interface TelegramMethod<java.io.Serializable>