get Links Attachments By Conversation Id
open fun getLinksAttachmentsByConversationId(@NonNull context: Context, @NonNull conversationId: String): List<BaseAttachment>
Content copied to clipboard
Call this method to retrieve all links in a given conversation.
Return
list of links or null
See also
Parameters
context
the application context
conversation Id
the given conversation ID.