ChatAttachmentType Struct

Definition

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

ChatAttachmentType(String)

Initializes a new instance of ChatAttachmentType.

Properties

File

file.

Image

image.

Methods

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

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.

Applies to