แชร์ผ่าน


MessageActionsPayloadAttachment Class

Definition

Represents the attachment in a message.

public class MessageActionsPayloadAttachment
type MessageActionsPayloadAttachment = class
Public Class MessageActionsPayloadAttachment
Inheritance
MessageActionsPayloadAttachment

Constructors

MessageActionsPayloadAttachment()

Initializes a new instance of the MessageActionsPayloadAttachment class.

MessageActionsPayloadAttachment(String, String, String, Object, String, String)

Initializes a new instance of the MessageActionsPayloadAttachment class.

Properties

Content

Gets or sets the content of the attachment, in case of a code snippet, email, or file.

ContentType

Gets or sets the type of the attachment.

ContentUrl

Gets or sets the url of the attachment, in case of an external link.

Id

Gets or sets the id of the attachment.

Name

Gets or sets the plaintext display name of the attachment.

ThumbnailUrl

Gets or sets the url of a thumbnail image that might be embedded in the attachment, in case of a card.

Applies to