Uses of Class
org.apache.camel.component.telegram.model.IncomingPhotoSize
-
Packages that use IncomingPhotoSize Package Description org.apache.camel.component.telegram.model -
-
Uses of IncomingPhotoSize in org.apache.camel.component.telegram.model
Fields in org.apache.camel.component.telegram.model with type parameters of type IncomingPhotoSize Modifier and Type Field Description List<IncomingPhotoSize>
IncomingGame. photo
Methods in org.apache.camel.component.telegram.model that return IncomingPhotoSize Modifier and Type Method Description IncomingPhotoSize
IncomingAnimation. getThumb()
IncomingPhotoSize
IncomingDocument. getThumb()
IncomingPhotoSize
IncomingSticker. getThumb()
IncomingPhotoSize
IncomingVideo. getThumb()
Methods in org.apache.camel.component.telegram.model that return types with arguments of type IncomingPhotoSize Modifier and Type Method Description List<IncomingPhotoSize>
IncomingGame. getPhoto()
List<IncomingPhotoSize>
IncomingMessage. getPhoto()
Methods in org.apache.camel.component.telegram.model with parameters of type IncomingPhotoSize Modifier and Type Method Description void
IncomingAnimation. setThumb(IncomingPhotoSize thumb)
void
IncomingDocument. setThumb(IncomingPhotoSize thumb)
void
IncomingSticker. setThumb(IncomingPhotoSize thumb)
void
IncomingVideo. setThumb(IncomingPhotoSize thumb)
Method parameters in org.apache.camel.component.telegram.model with type arguments of type IncomingPhotoSize Modifier and Type Method Description void
IncomingGame. setPhoto(List<IncomingPhotoSize> photo)
void
IncomingMessage. setPhoto(List<IncomingPhotoSize> photo)
-