Type alias WebhookContentPayload

WebhookContentPayload: {
    botId: string | null;
    channelId: string;
    content: APIContent;
    createdAt: string;
    createdBy: string;
    id: string;
    type: string;
    webhookId: string;
}

Type declaration

  • botId: string | null
  • channelId: string
  • content: APIContent
  • createdAt: string
  • createdBy: string
  • id: string
  • type: string
  • webhookId: string

Generated using TypeDoc