closeGroupConversation

suspend fun closeGroupConversation(    context: Context,     conversationId: Int,     timeout: Long = 10000): ApiResult<Boolean>

Call this method to close the given group conversation ConversationTypes.GROUP

The given conversation should be an existing and active group The given conversation should be present in the current thread

Return

ApiResult This is the callback that will be invoked to handle operation result:

    Success : the close group conversation request is successfully sent to the server.
    Error : a local error occurred when trying to send this
       request to the server

Parameters

context

The application context

conversationId

The conversation identifier