ChatMessageType Struct
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.
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
Azure SDK for .NET