Package com.jtelegram.api.requests.chat
Class LeaveChat
- java.lang.Object
-
- All Implemented Interfaces:
TelegramRequest
public class LeaveChat extends UpdatableChatRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
LeaveChat.LeaveChatBuilder
-
Field Summary
-
Fields inherited from class com.jtelegram.api.requests.framework.UpdateTelegramRequest
callback
-
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 Constructor Description LeaveChat(java.util.function.Consumer<TelegramException> errorHandler, java.lang.Runnable callback, ChatId chatId)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LeaveChat.LeaveChatBuilder
builder()
java.lang.String
toString()
-
Methods inherited from class com.jtelegram.api.requests.message.framework.req.UpdatableChatRequest
getChatId, isValid
-
Methods inherited from class com.jtelegram.api.requests.framework.UpdateTelegramRequest
handleResponse, setCallback
-
Methods inherited from class com.jtelegram.api.requests.framework.AbstractTelegramRequest
canEqual, equals, getBody, getEndPoint, handleError, handleException, hashCode, 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
-
LeaveChat
public LeaveChat(java.util.function.Consumer<TelegramException> errorHandler, java.lang.Runnable callback, ChatId chatId)
-
-
Method Detail
-
builder
public static LeaveChat.LeaveChatBuilder builder()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-