getAllMatchHistory(...args)

Overview:

Get all current user's match history

Usage:

const data = await client.match.getAllMatchHistory(props)

Requirement:

  • Game client is initialized.

  • User is authenticated.

Parameters:

AttributeTypeDescribe

props

any

pagination props

Return:

  • Success:

AttributeTypeDescribe

data

any

  • Failed:

null

Last updated