get Conversation By Group Id
open fun getConversationByGroupId(@NonNull context: Context, @NonNull groupId: String): ThreadItem
Content copied to clipboard
Call this method to retrieve the conversation (group as type) represented by ThreadItem object given a groupId.
Return
The conversation represented by ThreadItem or null
Parameters
context
The application context
group Id
The group ID (the identifier related to a conversation with group as type)