Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ShardEmitBotEventRequest<E>

Request to emit a Bot event on a shard. Sent if all shards share the same state ShardChangedStateRequest

Type parameters

Hierarchy

Index

Properties

action

action: EmitBotEvent

identifier

identifier: number

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

payload

payload: { args: Arguments<Events[E]>; event: E }

Type declaration

  • args: Arguments<Events[E]>

    The arguments this event requires

  • event: E

    The Bot Event to emit

Generated using TypeDoc