gave92 / fbchat-sharp

Facebook Messenger client library for C#

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question

k4r3l01 opened this issue · comments

Hello please its will be possible to capture pictures,videos and voice messages i nean attachmebts and automaticaly download to pc? if yes how many thanks in advance for your answer sinceresly K4r3l01

@k4r3l01 yes you can!
I have done that before in my UWP app!
All you need is getting the attachment url (this library allows you to do this) and then you have two options:

  • opening the URL as URI so it will open the browser and start downloading the file!
  • creating your own download task to save/download the file from the app directly!