Class StopMessageLiveLocation
- java.lang.Object
-
- com.jtelegram.api.requests.framework.AbstractTelegramRequest
-
- com.jtelegram.api.requests.framework.QueryTelegramRequest<T>
-
- com.jtelegram.api.requests.message.framework.req.SendableInlineRequest<Message>
-
- com.jtelegram.api.requests.message.StopMessageLiveLocation
-
- All Implemented Interfaces:
TelegramRequest
public class StopMessageLiveLocation extends SendableInlineRequest<Message>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
StopMessageLiveLocation.StopMessageLiveLocationBuilder
-
Field Summary
-
Fields inherited from class com.jtelegram.api.requests.framework.AbstractTelegramRequest
errorHandler, gson
-
Fields inherited from interface com.jtelegram.api.requests.framework.TelegramRequest
JSON_MEDIA_TYPE
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
StopMessageLiveLocation(java.lang.Class<Message> callbackType, java.util.function.Consumer<Message> callback, java.util.function.Consumer<TelegramException> errorHandler, ChatId chatId, java.lang.Integer messageId, java.lang.String inlineMessageId)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StopMessageLiveLocation.StopMessageLiveLocationBuilder
builder()
protected boolean
isValid()
Checks validity of this request.java.lang.String
toString()
-
Methods inherited from class com.jtelegram.api.requests.message.framework.req.SendableInlineRequest
getChatId, getInlineMessageId, getMessageId
-
Methods inherited from class com.jtelegram.api.requests.framework.QueryTelegramRequest
canEqual, equals, handleResponse, hashCode, setCallback
-
Methods inherited from class com.jtelegram.api.requests.framework.AbstractTelegramRequest
getBody, getEndPoint, handleError, handleException, serialize, setErrorHandler, validate
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.jtelegram.api.requests.framework.TelegramRequest
build
-
-
-
-
Constructor Detail
-
StopMessageLiveLocation
protected StopMessageLiveLocation(java.lang.Class<Message> callbackType, java.util.function.Consumer<Message> callback, java.util.function.Consumer<TelegramException> errorHandler, ChatId chatId, java.lang.Integer messageId, java.lang.String inlineMessageId)
-
-
Method Detail
-
isValid
protected boolean isValid()
Description copied from class:QueryTelegramRequest
Checks validity of this request. Internal method used before sending.- Overrides:
isValid
in classSendableInlineRequest<Message>
- Returns:
- If it's valid
-
builder
public static StopMessageLiveLocation.StopMessageLiveLocationBuilder builder()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classSendableInlineRequest<Message>
-
-