seyfert
    Preparing search index...

    Class WebhookChannelMethods

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Accessors

    Methods

    Constructors

    Properties

    client: UsingClient
    id: string
    webhooks: {
        create: (body: RESTPostAPIChannelWebhookJSONBody) => Promise<Webhook>;
        list: () => Promise<Webhook[]>;
    } = ...

    Accessors

    Methods

    • Parameters

      Returns {
          create: (body: RESTPostAPIChannelWebhookJSONBody) => Promise<Webhook>;
          list: () => Promise<Webhook[]>;
      }