MessageActionsPayloadConversation Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
MessageActionsPayloadConversation() |
Initializes a new instance of the MessageActionsPayloadConversation class. |
MessageActionsPayloadConversation(String, String, String) |
Initializes a new instance of the MessageActionsPayloadConversation class. |
MessageActionsPayloadConversation()
Initializes a new instance of the MessageActionsPayloadConversation class.
public MessageActionsPayloadConversation ();
Public Sub New ()
Applies to
MessageActionsPayloadConversation(String, String, String)
Initializes a new instance of the MessageActionsPayloadConversation class.
public MessageActionsPayloadConversation (string conversationIdentityType = default, string id = default, string displayName = default);
new Microsoft.Bot.Schema.Teams.MessageActionsPayloadConversation : string * string * string -> Microsoft.Bot.Schema.Teams.MessageActionsPayloadConversation
Public Sub New (Optional conversationIdentityType As String = Nothing, Optional id As String = Nothing, Optional displayName As String = Nothing)
Parameters
- conversationIdentityType
- String
The type of conversation, whether a team or channel. Possible values include: 'team', 'channel'.
- id
- String
The id of the team or channel.
- displayName
- String
The plaintext display name of the team or channel entity.