Class TL.Message
has only one Media, but sometimes in Telegram messages were published two or three photos or videos.
I looked example https://github.com/wiz0u/WTelegramClient/blob/master/Examples/Program_DownloadSavedMedia.cs
and it work well.
I correct download only one last photo in the message using the method
WTelegram.Client.DownloadFileAsync
How can i download all medias (photos and videos) in one message using package WTelegram ?