getLinksAttachmentsByConversationId

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

Call this method to retrieve all links in a given conversation.

Return

list of links or null

See also

Parameters

context

the application context

conversationId

the given conversation ID.