get Admins Of Conversation As Flow
fun getAdminsOfConversationAsFlow(context: Context, conversationId: Int): Flow<List<STWSingleContact>?>
Content copied to clipboard
Call this method to retrieve list of all administrators of the given conversation (Regular admins and admin initiator) as flow
Return
Flow of the list of administrators STWSingleContact if it exists otherwise null
see STWSingleContact
Parameters
context
The application context
conversation Id
Conversation ID.