Share via


MessageActionsPayloadConversation Class

Represents a team or channel entity.

Constructor

pydantic model MessageActionsPayloadConversation

Parameters

Name Description
conversation_identity_type
Required
str

The type of conversation, whether a team or channel.

id
Required
str

The id of the team or channel.

display_name
Required
str

The plaintext display name of the team or channel entity.

Keyword-Only Parameters

Name Description
conversationIdentityType
Default value: None
id
Default value: None
displayName
Default value: None

Attributes

conversation_identity_type

field conversation_identity_type: str = None (alias 'conversationIdentityType')

display_name

field display_name: str = None (alias 'displayName')

id

field id: str = None