is Conversation Support Group Admin
open fun isConversationSupportGroupAdmin(@NonNull context: Context, @NonNull conversationId: String): Boolean
Content copied to clipboard
Call this method to check whether the conversation supports the administrator group or not
The given conversation should :
- a group group conversation (THREAD_TYPE_GROUP).
- exist and active.
- not related to a MyBusiness process.
- not an emergency conversation.
- not related to a broadcast group call.
Return
whether the conversation supports the administrator group or not
Parameters
context
The application context
conversation Id
Conversation ID.