RequestJoinResponse

data class RequestJoinResponse(val status: RequestJoinStatus, val convo: ConvoView? = null)

Parameters

convo

The group convo joined. This is only present in the case of status=joined

Constructors

Link copied to clipboard
constructor(status: RequestJoinStatus, convo: ConvoView? = null)

Properties

Link copied to clipboard

The group convo joined. This is only present in the case of status=joined

Link copied to clipboard