Class SetChatPhoto
- java.lang.Object
-
- com.jtelegram.api.requests.framework.AbstractTelegramRequest
-
- com.jtelegram.api.requests.framework.UpdateTelegramRequest
-
- com.jtelegram.api.requests.message.framework.req.InputFileMessageUpdate
-
- com.jtelegram.api.requests.chat.admin.SetChatPhoto
-
- All Implemented Interfaces:
InputFileRequest
,TelegramRequest
public class SetChatPhoto extends InputFileMessageUpdate
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SetChatPhoto.SetChatPhotoBuilder
-
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.message.input.file.InputFileRequest
OCTET_STREAM_TYPE
-
Fields inherited from interface com.jtelegram.api.requests.framework.TelegramRequest
JSON_MEDIA_TYPE
-
-
Constructor Summary
Constructors Constructor Description SetChatPhoto(java.util.function.Consumer<TelegramException> errorHandler, java.lang.Runnable callback, ChatId chatId, InputFile photo)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SetChatPhoto.SetChatPhotoBuilder
builder()
ChatId
getChatId()
java.util.List<InputFile>
getInputFiles()
InputFile
getPhoto()
protected boolean
isValid()
Checks validity of this request.java.lang.String
toString()
-
Methods inherited from class com.jtelegram.api.requests.message.framework.req.InputFileMessageUpdate
build, superBuild
-
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.message.input.file.InputFileRequest
getBuilder
-
-
-
-
Constructor Detail
-
SetChatPhoto
public SetChatPhoto(java.util.function.Consumer<TelegramException> errorHandler, java.lang.Runnable callback, ChatId chatId, InputFile photo)
-
-
Method Detail
-
getInputFiles
public java.util.List<InputFile> getInputFiles()
-
isValid
protected boolean isValid()
Description copied from class:UpdateTelegramRequest
Checks validity of this request. Internal method used before sending.- Specified by:
isValid
in classUpdateTelegramRequest
- Returns:
- If it's valid
-
builder
public static SetChatPhoto.SetChatPhotoBuilder builder()
-
getChatId
public ChatId getChatId()
-
getPhoto
public InputFile getPhoto()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-