Package com.jtelegram.api.events.chat
Class NewChatPhotoEvent
- java.lang.Object
-
- com.jtelegram.api.events.Event
-
- com.jtelegram.api.events.message.MessageEvent<T>
-
- com.jtelegram.api.events.message.ServiceMessageEvent<NewChatPhotoMessage>
-
- com.jtelegram.api.events.chat.NewChatPhotoEvent
-
public class NewChatPhotoEvent extends ServiceMessageEvent<NewChatPhotoMessage>
-
-
Constructor Summary
Constructors Constructor Description NewChatPhotoEvent(TelegramBot bot, NewChatPhotoMessage originMessage)
-
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.events.message.MessageEvent
getMessage
-
-
-
-
Constructor Detail
-
NewChatPhotoEvent
public NewChatPhotoEvent(TelegramBot bot, NewChatPhotoMessage originMessage)
-
-
Method Detail
-
getNewChatPhoto
public java.util.List<PhotoSize> getNewChatPhoto()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classServiceMessageEvent<NewChatPhotoMessage>
-
-