Esempio n. 1
0
 public async Task <Attachment> DownloadAttachment(int index, string messageId, MessageType type)
 {
     return(messageWorker.GetAttachment(index, messageId, type));
 }