ChannelId Class

Definition

[System.Text.Json.Serialization.JsonConverter(typeof(Microsoft.Teams.Common.StringEnum+JsonConverter<Microsoft.Teams.Api.ChannelId>))]
public class ChannelId : Microsoft.Teams.Common.StringEnum
[<System.Text.Json.Serialization.JsonConverter(typeof(Microsoft.Teams.Common.StringEnum+JsonConverter<Microsoft.Teams.Api.ChannelId>))>]
type ChannelId = class
    inherit StringEnum
Public Class ChannelId
Inherits StringEnum
Inheritance
ChannelId
Attributes

Constructors

Name Description
ChannelId(String)

Fields

Name Description
MsTeams
WebChat

Properties

Name Description
IsMsTeams
IsWebChat
Value (Inherited from StringEnum)

Methods

Name Description
Clone() (Inherited from StringEnum)
CompareTo(Object) (Inherited from StringEnum)
CompareTo(String) (Inherited from StringEnum)
Equals(Object) (Inherited from StringEnum)
Equals(String) (Inherited from StringEnum)
Equals(StringEnum) (Inherited from StringEnum)
GetHashCode() (Inherited from StringEnum)
ToString() (Inherited from StringEnum)

Applies to