close Group Conversation
suspend fun closeGroupConversation( context: Context, conversationId: Int, timeout: Long = 10000): ApiResult<Boolean>
Content copied to clipboard
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 serverContent copied to clipboard
Parameters
context
The application context
conversation Id
The conversation identifier