public class StopMessageLiveLocation extends java.lang.Object implements TelegramMethod<java.io.Serializable>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NAME |
| Constructor and Description |
|---|
StopMessageLiveLocation() |
| Modifier and Type | Method and Description |
|---|---|
StopMessageLiveLocation |
callbackQuery(CallbackQuery callbackQuery) |
StopMessageLiveLocation |
chat(Chat chat) |
StopMessageLiveLocation |
chat(long chatId) |
StopMessageLiveLocation |
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.
|
StopMessageLiveLocation |
inlineMessage(java.lang.String inlineMessageId) |
StopMessageLiveLocation |
message(java.lang.Long messageId) |
StopMessageLiveLocation |
message(Message message) |
StopMessageLiveLocation |
replyMarkup(InlineKeyboardMarkup replyMarkup) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFilespublic static final java.lang.String NAME
public StopMessageLiveLocation chat(java.lang.String chatUsername)
public StopMessageLiveLocation chat(long chatId)
public StopMessageLiveLocation chat(Chat chat)
public StopMessageLiveLocation message(java.lang.Long messageId)
public StopMessageLiveLocation message(Message message)
public StopMessageLiveLocation inlineMessage(java.lang.String inlineMessageId)
public StopMessageLiveLocation callbackQuery(CallbackQuery callbackQuery)
public StopMessageLiveLocation 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>