using System.Text.Json.Serialization;
namespace Samples.Tab;
public class Body
{
[JsonPropertyName("message")]
public required string Message { get; set; }
}microsoft/teams.net
Publicmirrored from https://github.com/microsoft/teams.netAvailable
Samples/Samples.Tab/Body.cs
9lines · modepreview