ObjectiveBountyPrestartEvent class


A representation of the objective bounty prestart event.

Signature:

export declare class ObjectiveBountyPrestartEvent extends TimelineEvent 

Extends: TimelineEvent

References: TimelineEvent


Constructor

new ObjectiveBountyPrestartEvent (data: ObjectiveBountyPrestartEventData)

Constructs a new instance of the ObjectiveBountyPrestartEvent class.

Parameters:

ParameterTypeDescription
dataObjectiveBountyPrestartEventDataThe raw data of the event.

Properties

actualStartTime

The timestamp at which the objective bounty will actually start.

Type: Number


teamId

The ID of the team that is going to get the objective bounty.

Type: Number


type

The type of the event.

Type: 'OBJECTIVE_BOUNTY_PRESTART'


Table of Contents