get Docs Attachments By Conversation Id
open fun getDocsAttachmentsByConversationId(@NonNull context: Context, @NonNull conversationId: String): List<BaseAttachment>
Content copied to clipboard
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
conversation Id
the given conversation ID.