Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ShardCommunicationActionResponse

Response for a ShardBroadcastRequest / ShardSendRequest request

Hierarchy

Index

Properties

Properties

identifier

identifier: number

The Unix date of when this request was sent. Used to identify the request that led to this response

payload

payload: { data?: Serializable | Serializable[]; event: string }

Type declaration

  • Optional data?: Serializable | Serializable[]
  • event: string

Generated using TypeDoc