GuidePluginsTestingAPI
Seyfert LogoSeyfert
API

GatewayMessageUpdateDispatchData

https://discord.com/developers/docs/topics/gateway-events#message-update

API/Type Aliases/GatewayMessageUpdateDispatchData
seyfert/lib/types/gateway.d.ts

Signature

export type GatewayMessageUpdateDispatchData = Omit<GatewayMessageCreateDispatchData, 'tts'> & {    tts: false;};

Members

This export does not declare public properties or methods in the generated declaration file.