interface DiscordGatewayPayloadRe-exportimport { type DiscordGatewayPayload } from "https://deno.land/x/discordeno@18.0.1/template/beginner/deps.ts"; https://discord.com/developers/docs/topics/gateway#payloads-gateway-payload-structure Propertiesop: numberopcode for the payload d: unknown | nullEvent data s: number | nullSequence number, used for resuming sessions and heartbeats t: GatewayEventNames | nullThe event name for this payload