Share via


MessageActionsPayloadConversation Class

Definition

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.

Applies to