MessageContent: {
    content: string;
    content_type: MessageContentTypeEnum;
    created_at: string;
    deleted: boolean;
    deleted_at: string | null;
    id: number;
    updated_at: string;
}

Represents the pieces of content that can comprise an existing message.

Type declaration

  • content: string
  • content_type: MessageContentTypeEnum
  • created_at: string
  • deleted: boolean
  • deleted_at: string | null
  • id: number
  • updated_at: string

Generated using TypeDoc