@bootdesk/js-web-adapter-core
    Preparing search index...

    Class MessagePostedEvent

    Hierarchy (View Summary)

    Index

    Constructors

    • Parameters

      • threadId: string
      • messageId: string
      • text: string
      • author: User
      • Optionalcard: Card
      • Optionalattachments: {
            mimeType?: string;
            name?: string;
            size?: number | null;
            type: string;
            url?: string;
        }[]
      • Optionaltimestamp: number

      Returns MessagePostedEvent

    Properties

    attachments?: {
        mimeType?: string;
        name?: string;
        size?: number | null;
        type: string;
        url?: string;
    }[]
    author: User
    card?: Card
    messageId: string
    text: string
    threadId: string
    timestamp: number
    type: string
    fromJSON: ((json: Record<string, unknown>) => ChatEvent) | undefined