MessageActionsPayloadConversation Class
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.
Represents a team or channel entity.
public class MessageActionsPayloadConversation
type MessageActionsPayloadConversation = class
Public Class MessageActionsPayloadConversation
- Inheritance
-
MessageActionsPayloadConversation
Constructors
MessageActionsPayloadConversation() |
Initializes a new instance of the MessageActionsPayloadConversation class. |
MessageActionsPayloadConversation(String, String, String) |
Initializes a new instance of the MessageActionsPayloadConversation class. |
Properties
ConversationIdentityType |
Gets or sets the type of conversation, whether a team or channel. Possible values include: 'team', 'channel'. |
DisplayName |
Gets or sets the plaintext display name of the team or channel entity. |
Id |
Gets or sets the id of the team or channel. |