ClassChatDownloadAttachmentsCommandContext
Class
An object that carries information relevant to the DownloadAttachmentsCommand.
Definition
Namespace:Telerik.Maui.Controls.Chat
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
public class ChatDownloadAttachmentsCommandContext
Inheritance: objectChatDownloadAttachmentsCommandContext
Fields
Attachments
Gets the attachments to be downloaded.
Declaration
cs-api-definition
public readonly IEnumerable<ChatAttachment> Attachments
Field Value