waitChatJoinRequests

suspend fun BehaviourContext.waitChatJoinRequests(    initRequest: Request<*>? = null,     errorFactory: NullableRequestBuilder<*> = { null },     count: Int = 1,     filter: SimpleFilter<ChatJoinRequest>? = null,     mapper: ChatJoinRequestsMapper? = null): List<ChatJoinRequest>