MessagingExtensionAttachment Class
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.
Messaging extension attachment.
public class MessagingExtensionAttachment : Microsoft.Bot.Schema.Attachment
type MessagingExtensionAttachment = class
inherit Attachment
Public Class MessagingExtensionAttachment
Inherits Attachment
- Inheritance
Constructors
MessagingExtensionAttachment() |
Initializes a new instance of the MessagingExtensionAttachment class. |
MessagingExtensionAttachment(String, String, Object, String, String, Attachment) |
Initializes a new instance of the MessagingExtensionAttachment class. |
Properties
Content |
Gets or sets embedded content. (Inherited from Attachment) |
ContentType |
Gets or sets mimetype/Contenttype for the file. (Inherited from Attachment) |
ContentUrl |
Gets or sets content Url. (Inherited from Attachment) |
Name |
Gets or sets (OPTIONAL) The name of the attachment. (Inherited from Attachment) |
Preview |
Gets or sets the preview. |
Properties |
Gets or sets properties that are not otherwise defined by the Attachment type but that might appear in the REST JSON object. (Inherited from Attachment) |
ThumbnailUrl |
Gets or sets (OPTIONAL) Thumbnail associated with attachment. (Inherited from Attachment) |
Extension Methods
ToMessagingExtensionAttachment(Attachment, Attachment) |
Converts normal attachment into the messaging extension attachment. |