GuidePluginsTestingAPI
Seyfert LogoSeyfert
API

APIMessageResource

API/Type Aliases/APIMessageResource
seyfert/lib/cache/resources/messages.d.ts

Signature

export type APIMessageResource = Omit<APIMessage, 'author' | 'member'> & {    user_id?: string;};

Members

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