An object that carries information relevant to the DownloadAttachmentsCommand.
Definition
Namespace:Telerik.Maui.Controls.Chat
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class ChatDownloadAttachmentsCommandContext
Inheritance: objectChatDownloadAttachmentsCommandContext
Fields
Gets the attachments to be downloaded.
C#
public readonly IEnumerable<ChatAttachment> Attachments