getDocsAttachmentsByConversationId

open fun getDocsAttachmentsByConversationId(@NonNull context: Context, @NonNull conversationId: String): List<BaseAttachment>

Call this method to retrieve all documents and files for a given conversation.

Return

List of documents or null

See also

Parameters

context

the application context

conversationId

the given conversation ID.