Dela via


ChatMessageType Struct

Definition

The chat message type.

public readonly struct ChatMessageType : IEquatable<Azure.Communication.Chat.ChatMessageType>
type ChatMessageType = struct
Public Structure ChatMessageType
Implements IEquatable(Of ChatMessageType)
Inheritance
ChatMessageType
Implements

Constructors

ChatMessageType(String)

Initializes a new instance of ChatMessageType.

Properties

Html

html.

ParticipantAdded

participantAdded.

ParticipantRemoved

participantRemoved.

Text

text.

TopicUpdated

topicUpdated.

Methods

Equals(ChatMessageType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(ChatMessageType, ChatMessageType)

Determines if two ChatMessageType values are the same.

Implicit(String to ChatMessageType)

Converts a string to a ChatMessageType.

Inequality(ChatMessageType, ChatMessageType)

Determines if two ChatMessageType values are not the same.

Applies to