Uses of Class
com.azure.communication.chat.models.ChatAttachment
Packages that use ChatAttachment
Package
Description
Package containing the data models for AzureCommunicationChatService.
-
Uses of ChatAttachment in com.azure.communication.chat.models
Methods in com.azure.communication.chat.models that return ChatAttachmentModifier and TypeMethodDescriptionSet the name property: The name of the attachment content.ChatAttachment.setPreviewUrl
(String previewUrl) Set the previewUrl property: The URL where the preview of attachment can be downloaded.Set the url property: The URL where the attachment can be downloaded.Methods in com.azure.communication.chat.models that return types with arguments of type ChatAttachmentModifier and TypeMethodDescriptionChatMessageContent.getAttachments()
Get the attachment property: Chat message content for messages of type attachmentsMethod parameters in com.azure.communication.chat.models with type arguments of type ChatAttachmentModifier and TypeMethodDescriptionChatMessageContent.setAttachments
(Iterable<ChatAttachment> attachments) Set the attachments property: List of attachments for this message.