Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CreateEventParams

Hierarchy

  • CreateEventParams

Index

Properties

appId: string

The ID of app.

description: string

The description of event.

endAt: number

The end time of the event.

eventId: string

The ID of event. It should not overlap with the IDs of existing events in the app.

platform?: DISCORD

The platform where the event takes place.

rewardInstanceList: RewardInstance[]

List of rewards received upon completion of all tasks in the event.

startAt: number

The start time of the event.

taskInstanceList: TaskInstance[]

List of tasks to be performed in the event.

userId: string

The ID of user.

Generated using TypeDoc