Class NewChatPhotoMessage
- java.lang.Object
-
- com.jtelegram.api.message.Message
-
- com.jtelegram.api.message.impl.service.ServiceMessage
-
- com.jtelegram.api.message.impl.service.NewChatPhotoMessage
-
public class NewChatPhotoMessage extends ServiceMessage
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.jtelegram.api.message.Message
Message.Deserializer
-
-
Constructor Summary
Constructors Constructor Description NewChatPhotoMessage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<PhotoSize>
getNewChatPhoto()
java.lang.String
toString()
-
Methods inherited from class com.jtelegram.api.message.impl.service.ServiceMessage
getContent
-
Methods inherited from class com.jtelegram.api.message.Message
getAuthorSignature, getChat, getDate, getEditDate, getForwardDate, getForwardedFrom, getForwardedFromChat, getForwardedFromMessageId, getForwardSignature, getFrom, getMessageId, getReplyToMessage, getSender, toDeleteRequest, toEditReplyMarkupRequest, toForwardRequest
-
-
-
-
Method Detail
-
getNewChatPhoto
public java.util.List<PhotoSize> getNewChatPhoto()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classServiceMessage
-
-