Esposter
    Preparing search index...

    Interface WebhookPayload

    interface WebhookPayload {
        avatar_url?: string;
        content?: string;
        embeds?: Embed[];
        username?: string;
    }
    Index

    Properties

    avatar_url?: string
    content?: string
    embeds?: Embed[]
    username?: string