MatchByPlayerOptions interface
Additional options for filtering a specific summoner's matches.
Signature:
export interface MatchByPlayerOptions
Properties
count
The maximum number of matches to return.
Type: Number
endTime
Only return matches before the specified timestamp.
Type: Number
queue
Only return matches with the specified queue type (numerical queue ID).
Type: Number
start
Return the matches starting at the specified index..
Type: Number
startTime
Only return matches after the specified timestamp.
Type: Number
type
Only return matches with the specified game type.
Type: 'ranked' | 'normal' | 'tourney' | 'tutorial'