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. photoMethods in org.apache.camel.component.telegram.model that return IncomingPhotoSize Modifier and Type Method Description IncomingPhotoSizeIncomingAnimation. getThumb()IncomingPhotoSizeIncomingDocument. getThumb()IncomingPhotoSizeIncomingSticker. getThumb()IncomingPhotoSizeIncomingVideo. 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 voidIncomingAnimation. setThumb(IncomingPhotoSize thumb)voidIncomingDocument. setThumb(IncomingPhotoSize thumb)voidIncomingSticker. setThumb(IncomingPhotoSize thumb)voidIncomingVideo. setThumb(IncomingPhotoSize thumb)Method parameters in org.apache.camel.component.telegram.model with type arguments of type IncomingPhotoSize Modifier and Type Method Description voidIncomingGame. setPhoto(List<IncomingPhotoSize> photo)voidIncomingMessage. setPhoto(List<IncomingPhotoSize> photo)
-