ruyaoyao / LineAPI4J

LineAPI for Java.
MIT License
31 stars 17 forks source link

Retrieving image #1

Closed sarunl closed 8 years ago

sarunl commented 9 years ago

Hello Thanks for the lib

Is there any way to retrieve image from IMAGE type message?

ruyaoyao commented 9 years ago

Hi, I will have to check it when I am free. Would you give me more information to look into it? e.g. you were running which method? I will let you know.

sarunl commented 9 years ago

Hi thanks for reply,

in fetchOperations if the operation is send or receive, there is a contentPreview property in message. but it is always null.

you can take your time , no hurry.

cheers

ruyaoyao commented 9 years ago

Hi @sarunl I've done some tests, found no problem with IMAGE type msg. I was able to read the image file. Would you please try to pull the latest code so you could run the test again? Thanks.