get Media Attachments By Conversation Id
open fun getMediaAttachmentsByConversationId(@NonNull context: Context, @NonNull conversationId: String): List<BaseAttachment>
Content copied to clipboard
Call this method to retrieve all images, videos and GIFs for a given conversation.
Return
List of media attachment or null
See also
Parameters
context
the application context
conversation Id
the given conversation ID.