Just a quick tip, if there is a nicer way then please comment 🙂
activity.Attachments?.
Where(a => a.ContentType == "application/vnd.microsoft.card.hero").
Select(c => JsonConvert.DeserializeObject(c.Content.ToString())).
ToList()
Just a quick tip, if there is a nicer way then please comment 🙂
activity.Attachments?.
Where(a => a.ContentType == "application/vnd.microsoft.card.hero").
Select(c => JsonConvert.DeserializeObject(c.Content.ToString())).
ToList()