getAdminsOfConversationAsFlow

fun getAdminsOfConversationAsFlow(context: Context, conversationId: Int): Flow<List<STWSingleContact>?>

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

conversationId

Conversation ID.