ChatAttachmentType 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 type of attachment.
public readonly struct ChatAttachmentType : IEquatable<Azure.Communication.Chat.ChatAttachmentType>
type ChatAttachmentType = struct
Public Structure ChatAttachmentType
Implements IEquatable(Of ChatAttachmentType)
- Inheritance
-
ChatAttachmentType
- Implements
Constructors
| Name | Description |
|---|---|
| ChatAttachmentType(String) |
Initializes a new instance of ChatAttachmentType. |
Properties
| Name | Description |
|---|---|
| File |
file. |
| Image |
image. |
Methods
| Name | Description |
|---|---|
| Equals(ChatAttachmentType) |
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
| Name | Description |
|---|---|
| Equality(ChatAttachmentType, ChatAttachmentType) |
Determines if two ChatAttachmentType values are the same. |
| Implicit(String to ChatAttachmentType) |
Converts a String to a ChatAttachmentType. |
| Inequality(ChatAttachmentType, ChatAttachmentType) |
Determines if two ChatAttachmentType values are not the same. |