stoatbot.js
    Preparing search index...

    Interface createWebhookResponse

    interface createWebhookResponse {
        avatar: {
            _id: "string";
            content_type: "string";
            deleted: null;
            filename: "string";
            message_id: null;
            metadata: { type: "File" };
            object_id: null;
            reported: null;
            server_id: null;
            size: 1;
            tag: "string";
            user_id: null;
        };
        channel_id: "string";
        creator_id: "string";
        id: "string";
        name: "string";
        permissions: 0;
        token: null;
    }
    Index

    Properties

    avatar: {
        _id: "string";
        content_type: "string";
        deleted: null;
        filename: "string";
        message_id: null;
        metadata: { type: "File" };
        object_id: null;
        reported: null;
        server_id: null;
        size: 1;
        tag: "string";
        user_id: null;
    }
    channel_id: "string"
    creator_id: "string"
    id: "string"
    name: "string"
    permissions: 0
    token: null