Esposter
    Preparing search index...

    Interface WebhookCreateMessageInput

    interface WebhookCreateMessageInput {
        appUser: { id: string; image?: string | null; name?: string };
        files?: { filename: string; id: string; mimetype: string; size: number }[];
        message?: string;
        replyRowKey?: string;
        roomId: string;
        type: Webhook;
    }

    Hierarchy

    Index

    Properties

    appUser: { id: string; image?: string | null; name?: string }
    files?: { filename: string; id: string; mimetype: string; size: number }[] = ...
    message?: string = ...
    replyRowKey?: string = ...
    roomId: string = selectRoomSchema.shape.id
    type: Webhook