GuidePluginsTestingAPI
Seyfert LogoSeyfert
API

PresenceResource

API/Type Aliases/PresenceResource
seyfert/lib/cache/resources/presence.d.ts

Signature

export type PresenceResource = Omit<GatewayPresenceUpdate, 'user'> & {    id: string;    user_id: string;};

Members

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